MPI-AMRVAC  3.0
The MPI - Adaptive Mesh Refinement - Versatile Advection Code
Functions/Subroutines
amr_solution_node.t File Reference

Go to the source code of this file.

Functions/Subroutines

integer function getnode (ipe)
 Get first available igrid on processor ipe. More...
 
subroutine putnode (igrid, ipe)
 
subroutine alloc_node (igrid)
 allocate arrays on igrid node More...
 
subroutine alloc_state (igrid, s, ixGL, ixGextL, alloc_once_for_ps)
 allocate memory to physical state of igrid node More...
 
subroutine alloc_state_coarse (igrid, s, ixGL, ixGextL)
 allocate memory to one-level coarser physical state of igrid node More...
 
subroutine dealloc_state (igrid, s, dealloc_x)
 
subroutine dealloc_state_coarse (igrid, s)
 
subroutine dealloc_node (igrid)
 

Function/Subroutine Documentation

◆ alloc_node()

subroutine alloc_node ( integer, intent(in)  igrid)

allocate arrays on igrid node

Definition at line 47 of file amr_solution_node.t.

Here is the call graph for this function:

◆ alloc_state()

subroutine 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 571 of file amr_solution_node.t.

◆ alloc_state_coarse()

subroutine alloc_state_coarse ( integer, intent(in)  igrid,
type(state s,
integer, intent(in)  ixG,
integer, intent(in)  L,
integer, intent(in)  ixGext,
  L 
)

allocate memory to one-level coarser physical state of igrid node

Definition at line 642 of file amr_solution_node.t.

◆ dealloc_node()

subroutine dealloc_node ( integer, intent(in)  igrid)

Definition at line 730 of file amr_solution_node.t.

Here is the call graph for this function:

◆ dealloc_state()

subroutine dealloc_state ( integer, intent(in)  igrid,
type(state s,
logical, intent(in)  dealloc_x 
)

Definition at line 673 of file amr_solution_node.t.

◆ dealloc_state_coarse()

subroutine dealloc_state_coarse ( integer, intent(in)  igrid,
type(state s 
)

Definition at line 709 of file amr_solution_node.t.

◆ getnode()

integer function getnode ( integer, intent(in)  ipe)

Get first available igrid on processor ipe.

Definition at line 2 of file amr_solution_node.t.

Here is the call graph for this function:

◆ putnode()

subroutine putnode ( integer, intent(in)  igrid,
integer, intent(in)  ipe 
)

Definition at line 36 of file amr_solution_node.t.