MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Functions/Subroutines
mod_amr_solution_node Module Reference

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 dealloc_node (igrid)
 

Function/Subroutine Documentation

◆ alloc_node()

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.

Here is the call graph for this function:

◆ alloc_state()

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.

◆ dealloc_node()

subroutine, public mod_amr_solution_node::dealloc_node ( integer, intent(in)  igrid)

Definition at line 744 of file mod_amr_solution_node.t.

◆ getnode()

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.

Here is the call graph for this function:

◆ putnode()

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.