atl_init_cube_elem Subroutine

public subroutine atl_init_cube_elem(element, descriptor, level, tree)

Initialize the cubic elements.

The output element represents all cubic elements given by their tree ids in the tree.

Arguments

Type IntentOptional Attributes Name
type(atl_cube_elem_type), intent(out) :: element

This is the output and represenets the cubic elements given as a subset of tree ids in the complete tree.

type(tem_levelDesc_type), intent(in) :: descriptor

The descriptor of the element list, describing the connectivity of the mesh explicitly.

All the descriptors are derived previously from the complete treelmesh, and need to be passed in here.

integer, intent(in) :: level

Treelm level of the cubes to be initialized.

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

The tree representation of your mesh.


Calls

proc~~atl_init_cube_elem~~CallsGraph proc~atl_init_cube_elem atl_init_cube_elem proc~calc_barycoord calc_barycoord proc~atl_init_cube_elem->proc~calc_barycoord proc~tem_baryofid tem_BaryOfId proc~calc_barycoord->proc~tem_baryofid

Called by

proc~~atl_init_cube_elem~~CalledByGraph proc~atl_init_cube_elem atl_init_cube_elem proc~atl_init_cube_container atl_init_cube_container proc~atl_init_cube_container->proc~atl_init_cube_elem proc~atl_init_elem_container atl_init_elem_container proc~atl_init_elem_container->proc~atl_init_cube_container proc~atl_initialize atl_initialize proc~atl_initialize->proc~atl_init_elem_container proc~atl_initialize_program atl_initialize_program proc~atl_initialize_program->proc~atl_initialize program~atl_harvesting atl_harvesting program~atl_harvesting->proc~atl_initialize

Contents