atl_get_numberOfElemsPerLevel Subroutine

public subroutine atl_get_numberOfElemsPerLevel(descriptor, nCells, tree)

Subroutine to count the number of elements per level.

This count includes fluid, ghost and halo elements on each level.

Arguments

Type IntentOptional Attributes Name
type(tem_levelDesc_type), intent(in) :: descriptor(tree%global%minLevel:tree%global%maxLevel)

Array of descriptors for each level in the mesh.

integer, intent(out), allocatable :: nCells(:)

The number of cells for each levelDescriptor (including fluid, ghost and halo cells).

type(treelmesh_type), intent(in) :: tree

The tree representation of the mesh


Called by

proc~~atl_get_numberofelemsperlevel~~CalledByGraph proc~atl_get_numberofelemsperlevel atl_get_numberOfElemsPerLevel program~atl_harvesting atl_harvesting program~atl_harvesting->proc~atl_get_numberofelemsperlevel

Contents