![]() |
(git:b77b4be)
|
Contains type used for a Simulation Cell Optimization. More...
Data Types | |
type | cell_opt_env_type |
Type containing all informations abour the simulation cell optimization. More... | |
Functions/Subroutines | |
subroutine, public | cell_opt_env_create (cell_env, force_env, geo_section) |
... | |
subroutine, public | cell_opt_env_release (cell_env) |
... | |
Contains type used for a Simulation Cell Optimization.
subroutine, public cell_opt_types::cell_opt_env_create | ( | type(cell_opt_env_type), intent(out) | cell_env, |
type(force_env_type), pointer | force_env, | ||
type(section_vals_type), pointer | geo_section | ||
) |
...
cell_env | ... |
force_env | ... |
geo_section | ... |
Definition at line 81 of file cell_opt_types.F.
subroutine, public cell_opt_types::cell_opt_env_release | ( | type(cell_opt_env_type), intent(inout) | cell_env | ) |
...
cell_env | ... |
Definition at line 168 of file cell_opt_types.F.