This module has all the general function for ateles programm: initialize, solve and finialze gathering the process into 3 main routines for ateles to unified eg. for apesmate
| aotus_module | w | atl_program_module | |
| w | |||
| atl_calc_time_module | w | ||
| w | |||
| atl_container_module | w | ||
| w | |||
| atl_equation_module | w | ||
| w | |||
| atl_global_time_integration_module | w | ||
| w | |||
| atl_initialize_module | w | ||
| w | |||
| atl_kerneldata_module | w | ||
| w | |||
| atl_physCheck_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_timer_module | w | ||
| w | |||
| atl_varSys_module | w | ||
| w | |||
| atl_weights_module | w | ||
| w | |||
| env_module | w | ||
| w | |||
| mpi | 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_element_module | w | ||
| w | |||
| tem_logging_module | w | ||
| w | |||
| tem_operation_var_module | w | ||
| w | |||
| tem_precice_module | w | ||
| w | |||
| tem_restart_module | w | ||
| w | |||
| tem_simControl_module | w | ||
| w | |||
| tem_status_module | w | ||
| w | |||
| tem_timeControl_module | w | ||
| w | |||
| tem_timer_module | w | ||
| w | |||
| tem_tools_module | w | ||
| w | |||
| tem_tracking_module | w | ||
| w | |||
| tem_trackmem_module | w | ||
| w | |||
| treelmesh_module | w | ||
| w |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(atl_solver_param_type), | intent(inout) | :: | params | |||
| type(treelmesh_type), | intent(out) | :: | tree | Mesh data in treelmesh format. |
||
| character(len=*), | intent(in), | optional | :: | configFile | Filename to use as default, when no argument provided. defaults to 'ateles.lua' if not provided. |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(atl_solver_param_type), | intent(inout) | :: | params | |||
| type(atl_Equations_type), | intent(out) | :: | equation | |||
| type(treelmesh_type), | intent(inout) | :: | tree | |||
| type(atl_varSys_solverData_type), | intent(out) | :: | varSys_data | Data Infomation of the variable System |
||
| integer, | intent(out), | allocatable | :: | nCellsNoBnd(:) | ||
| type(atl_element_container_type), | intent(out) | :: | element_container | |||
| type(ply_poly_project_type), | intent(out), | allocatable | :: | poly_proj_list(:) | ||
| real(kind=rk), | intent(out), | optional | :: | precice_dt |
NE ! Dump and reset the timer after each Iteration NE call atl_dumpTimers( general = params%general, & NE & nElems = tree%global%nElems, & NE & nDofs = element_container%cubes & NE & %scheme_list(tree%global%minLevel) & NE & %nDofs, & NE & nVars = equation%varSys%nScalars ) NE call atl_resetTimers()
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(atl_solver_param_type), | intent(inout) | :: | params | |||
| type(atl_Equations_type), | intent(inout) | :: | equation | |||
| type(treelmesh_type), | intent(in) | :: | tree | |||
| integer, | intent(inout) | :: | nCellsNoBnd(:) | |||
| type(atl_element_container_type), | intent(inout) | :: | element_container | |||
| type(ply_poly_project_type), | intent(inout) | :: | poly_proj_list(:) | |||
| real(kind=rk), | intent(inout), | optional | :: | precice_dt |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(atl_solver_param_type), | intent(inout) | :: | params | |||
| type(atl_Equations_type), | intent(inout) | :: | equation | |||
| type(treelmesh_type), | intent(inout) | :: | tree | |||
| integer, | intent(inout), | allocatable | :: | nCellsNoBnd(:) | ||
| type(atl_element_container_type), | intent(inout) | :: | element_container |