mus_init_IBM Subroutine

public subroutine mus_init_IBM(me, globTree)

This subroutine initializes the IBM data incl. reading the stl, unifying the coordinates, storing the connectivity, allocating the parentIDs array and initializing the stencil used.

Arguments

Type IntentOptional Attributes Name
type(mus_IBM_globType), intent(inout) :: me

datatype to store the surface information

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

global tree information


Calls

proc~~mus_init_ibm~~CallsGraph proc~mus_init_ibm mus_init_IBM parentids parentids proc~mus_init_ibm->parentids tem_addTimer tem_addTimer proc~mus_init_ibm->tem_addTimer tem_readAndUnify_surfData tem_readAndUnify_surfData proc~mus_init_ibm->tem_readAndUnify_surfData

Called by

proc~~mus_init_ibm~~CalledByGraph proc~mus_init_ibm mus_init_IBM proc~mus_initialize mus_initialize proc~mus_initialize->proc~mus_init_ibm program~musubi musubi program~musubi->proc~mus_initialize