Initialize Musubi data strucutres based on data provided by Treelm
Load the mesh and boundary conditions for this process from disk. Get the level-wise treeID lists and create the required ghost and halo elements.
After this routine, all data structures for starting the main loop of the solver are allocated and ready.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_scheme_type), | intent(inout) | :: | scheme |
scheme information including fluid, boundary and flow information |
||
type(mus_geom_type), | intent(inout) | :: | geometry |
geometric information |
||
type(mus_param_type), | intent(in) | :: | params |
run-time Parameters |