subroutine solver_init_module::destroy_solver_data |
( |
type(solver_init_data), intent(inout) |
solver_data | ) |
|
Destroys the solver data object.
subroutine solver_init_module::init_solver_data |
( |
type(grid_type), intent(in) |
grid, |
|
|
type(solver_init_data), intent(inout) |
solver_data, |
|
|
type(boundary2_type), intent(in) |
solver_boundary, |
|
|
type(boundary2_type), intent(in) |
rhs_boundary |
|
) |
| |
Initializes the basic data object used in the PETSc field solver setup.
- Parameters
-
[in] | grid | XGC grid object, type(grid_type) |
[in] | solver_boundary | Boundary of the field solver domain, type(boundary2_type) |
[in] | rhs_boundary | Boundary for the RHS (of Ampere's law), type(boundary2_type) |
The documentation for this module was generated from the following file: