|
MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Functions/Subroutines | |
| integer function, public | getnode (ipe) |
| Get first available igrid on processor ipe. | |
| subroutine, public | putnode (igrid, ipe) |
| subroutine, public | alloc_node (igrid) |
| allocate arrays on igrid node | |
| subroutine, public | alloc_state (igrid, s, ixgl, ixgextl, alloc_once_for_ps) |
| allocate memory to physical state of igrid node | |
| subroutine, public | alloc_state_output (igrid, s, ixgl) |
| allocate memory to physical state of igrid node for output with auxio | |
| subroutine, public | dealloc_node (igrid) |
| subroutine, public mod_amr_solution_node::alloc_node | ( | integer, intent(in) | igrid | ) |
allocate arrays on igrid node
Definition at line 60 of file mod_amr_solution_node.t.

| subroutine, public mod_amr_solution_node::alloc_state | ( | integer, intent(in) | igrid, |
| type(state) | s, | ||
| integer, intent(in) | ixg, | ||
| integer, intent(in) | l, | ||
| integer, intent(in) | ixgext, | ||
| l, | |||
| logical, intent(in) | alloc_once_for_ps | ||
| ) |
allocate memory to physical state of igrid node
Definition at line 578 of file mod_amr_solution_node.t.
| subroutine, public mod_amr_solution_node::alloc_state_output | ( | integer, intent(in) | igrid, |
| type(state) | s, | ||
| integer, intent(in) | ixg, | ||
| integer, intent(in) | l | ||
| ) |
allocate memory to physical state of igrid node for output with auxio
Definition at line 684 of file mod_amr_solution_node.t.
| subroutine, public mod_amr_solution_node::dealloc_node | ( | integer, intent(in) | igrid | ) |
Definition at line 761 of file mod_amr_solution_node.t.
| integer function, public mod_amr_solution_node::getnode | ( | integer, intent(in) | ipe | ) |
Get first available igrid on processor ipe.
Definition at line 15 of file mod_amr_solution_node.t.

| subroutine, public mod_amr_solution_node::putnode | ( | integer, intent(in) | igrid, |
| integer, intent(in) | ipe | ||
| ) |
Definition at line 49 of file mod_amr_solution_node.t.