Go to the source code of this file.
|
| subroutine, public | solutiongroupmodule::solutiongroup_create (sgp, id) |
| | Create a new solution group. More...
|
| |
| subroutine | solutiongroupmodule::sgp_ca (this) |
| | Calculate the solution group. More...
|
| |
| subroutine | solutiongroupmodule::sgp_da (this) |
| | Deallocate. More...
|
| |
| subroutine | solutiongroupmodule::allocate_scalars (this) |
| | Allocate scalars. More...
|
| |
| subroutine | solutiongroupmodule::add_solution (this, isoln, sp) |
| | Add solution. More...
|
| |
| class(solutiongrouptype) function, pointer, private | solutiongroupmodule::castassolutiongroupclass (obj) |
| |
| subroutine, public | solutiongroupmodule::addsolutiongrouptolist (list, solutiongroup) |
| |
| class(solutiongrouptype) function, pointer, public | solutiongroupmodule::getsolutiongroupfromlist (list, idx) |
| |