|
| procedure, pass | init_diffusion (this, linsol, nrhs, iparg, ale_connect) |
| procedure, pass | solve_diffusion (this) |
| procedure, pass | terminate_diffusion (this) |
| procedure, pass | get_solution (this, sol, glob_dim) |
Definition at line 49 of file diffusion_mod.F.
◆ get_solution()
| procedure, pass diffusion_mod::t_diffusion::get_solution |
( |
class(t_diffusion), intent(inout), target | this, |
|
|
double precision, dimension(:), intent(inout), pointer | sol, |
|
|
integer, intent(out) | glob_dim ) |
◆ init_diffusion()
| procedure, pass diffusion_mod::t_diffusion::init_diffusion |
( |
class(t_diffusion) | this, |
|
|
class(t_linear_solver), intent(in), target | linsol, |
|
|
integer, intent(in) | nrhs, |
|
|
integer, dimension(nparg, ngroup), intent(in) | iparg, |
|
|
type(t_ale_connectivity), intent(in) | ale_connect ) |
◆ solve_diffusion()
| procedure, pass diffusion_mod::t_diffusion::solve_diffusion |
( |
class(t_diffusion) | this | ) |
|
◆ terminate_diffusion()
| procedure, pass diffusion_mod::t_diffusion::terminate_diffusion |
( |
class(t_diffusion), intent(inout) | this | ) |
|
◆ flag_outlet
| integer, dimension(:), allocatable diffusion_mod::t_diffusion::flag_outlet |
Definition at line 54 of file diffusion_mod.F.
54 INTEGER, DIMENSION(:), ALLOCATABLE :: FLAG_OUTLET
◆ linear_solver
| class(t_linear_solver), pointer, private diffusion_mod::t_diffusion::linear_solver |
|
private |
Definition at line 50 of file diffusion_mod.F.
50 CLASS(T_LINEAR_SOLVER), PRIVATE, POINTER :: LINEAR_SOLVER
◆ mat
◆ nrhs
| integer diffusion_mod::t_diffusion::nrhs |
◆ outlet_flagged
| logical diffusion_mod::t_diffusion::outlet_flagged = .FALSE. |
Definition at line 57 of file diffusion_mod.F.
57 LOGICAL :: OUTLET_FLAGGED = .false.
◆ rhs
| type(t_vector) diffusion_mod::t_diffusion::rhs |
◆ sol
| double precision, dimension(:), allocatable diffusion_mod::t_diffusion::sol |
Definition at line 53 of file diffusion_mod.F.
53 DOUBLE PRECISION, DIMENSION(:), ALLOCATABLE :: SOL
The documentation for this type was generated from the following file: