Initialization of Ateles
This module collects the various initialization tasks, that need to be done, to set up the simulation.
aotus_module | w | atl_initialize_module | |
w | |||
atl_bc_header_module | w | ||
w | |||
atl_bc_state_module | w | ||
w | |||
atl_boundary_module | w | ||
w | |||
atl_container_module | w | ||
w | |||
atl_equation_init_module | w | ||
w | |||
atl_equation_module | w | ||
w | |||
atl_GodunovFlux_module | w | ||
w | |||
atl_initial_condition_module | w | ||
w | |||
atl_load_project_module | w | ||
w | |||
atl_materialIni_module | w | ||
w | |||
atl_materialPrp_module | w | ||
w | |||
atl_operator_module | w | ||
w | |||
atl_penalization_module | w | ||
w | |||
atl_precice_module | w | ||
w | |||
atl_restart_module | w | ||
w | |||
atl_scheme_module | w | ||
w | |||
atl_solver_param_module | w | ||
w | |||
atl_source_module | w | ||
w | |||
atl_source_types_module | w | ||
w | |||
atl_space_basis | w | ||
w | |||
atl_varSys_module | w | ||
w | |||
atl_weights_module | w | ||
w | |||
env_module | w | ||
w | |||
iso_c_binding | w | ||
w | |||
ply_dynarray_project_module | w | ||
w | |||
ply_poly_project_module | w | ||
w | |||
ply_sampled_tracking_module | w | ||
w | |||
tem_aux_module | w | ||
w | |||
tem_convergence_module | w | ||
w | |||
tem_derived_module | w | ||
w | |||
tem_logging_module | w | ||
w | |||
tem_meshInfo_module | w | ||
w | |||
tem_operation_var_module | w | ||
w | |||
tem_precice_module | w | ||
w | |||
tem_spacetime_fun_module | w | ||
w | |||
tem_stencil_module | w | ||
w | |||
tem_variable_module | w | ||
w | |||
tem_varSys_module | w | ||
w | |||
treelmesh_module | w | ||
w |
Routine to initialize the complete Ateles solver.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_solver_param_type), | intent(inout) | :: | params | |||
type(atl_element_container_type), | intent(inout), | target | :: | container |
Container of mesh data. This includes information about the mesh parts, the scheme, but also the initial kernel states (i.e. initial conditions). |
|
type(atl_Equations_type), | intent(inout), | target | :: | equation |
Description on the equation system to solve. |
|
type(treelmesh_type), | intent(inout) | :: | tree |
Mesh data in treelmesh format. |
||
type(atl_varSys_solverData_type), | intent(inout), | target | :: | varSys_data |
Data infomation of the variable System |
|
real(kind=rk), | intent(inout), | optional | :: | timestepLimit |
timesteplimitation due to the precice timestep |
|
type(ply_poly_project_type), | intent(inout), | allocatable, target | :: | poly_proj_list(:) |
unique list for projection methods |
Allocate temporary arrays.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | minLevel | |||
integer, | intent(in) | :: | maxLevel | |||
type(ply_poly_project_type), | intent(inout), | allocatable | :: | proj_list(:) | ||
type(atl_scheme_type), | intent(inout) | :: | scheme_list(minlevel:maxLevel) | |||
type(atl_Equations_type), | intent(in) | :: | equation |