| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(multigrid_solver_t), | intent(inout) | :: | self |
Instance of the type |
||
| real(kind=FP), | intent(in), | dimension(self%multigrid%get_np(1)) | :: | co |
Coefficient co |
|
| real(kind=FP), | intent(in), | dimension(self%multigrid%get_np_inner(1)) | :: | lambda |
Coefficient lambda |
|
| real(kind=FP), | intent(in), | dimension(self%multigrid%get_np_inner(1)) | :: | xi |
Coefficient xi |
|
| integer, | intent(in), | optional | :: | bnd_type_core |
Boundary descriptor for core boundary |
|
| integer, | intent(in), | optional | :: | bnd_type_wall |
Boundary descriptor for wall boundary |
|
| integer, | intent(in), | optional | :: | bnd_type_dome |
Boundary descriptor for dome boundary |
|
| integer, | intent(in), | optional | :: | bnd_type_out |
Boundary descriptor for outer(mask) boundary |
Updates multigrid solver with new values of coefficients