gen_treelm_slice_global Subroutine

private subroutine gen_treelm_slice_global(me, conf, thandle, myPart, nParts, comm)

Generate the simple single level mesh of a slice in the full cube.

Arguments

TypeIntentOptionalAttributesName
type(tem_global_type), intent(out) :: me

Structure to load the mesh to

type(flu_State) :: conf

Directory containing the mesh informations

integer, intent(in) :: thandle

Handle for the table to read the description of the mesh from.

integer, intent(in) :: myPart

Partition to use on the calling process (= MPI Rank in comm)

integer, intent(in) :: nParts

Number of partitions, the mesh is partitioned into (= Number of MPI processes in comm).

integer, intent(in) :: comm

MPI Communicator to use


Calls

proc~~gen_treelm_slice_global~~CallsGraph proc~gen_treelm_slice_global gen_treelm_slice_global interface~aot_get_val~2 aot_get_val proc~gen_treelm_slice_global->interface~aot_get_val~2

Called by

proc~~gen_treelm_slice_global~~CalledByGraph proc~gen_treelm_slice_global gen_treelm_slice_global proc~tem_global_mesh_internal tem_global_mesh_internal proc~tem_global_mesh_internal->proc~gen_treelm_slice_global proc~tem_global_mesh_read tem_global_mesh_read proc~tem_global_mesh_read->proc~tem_global_mesh_internal

Contents


Variables

TypeVisibilityAttributesNameInitial
integer, private :: iError
integer, private :: orig_err(3)