The precice module contains basic routines to interact with the precice coupling tool.
Read from preCICE the requested points
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_solver_param_type), | intent(inout) | :: | params | |||
type(atl_Equations_type), | intent(inout), | target | :: | equation |
Description on the equation system to solve. |
|
type(treelmesh_type), | intent(in) | :: | tree |
Mesh data in treelmesh format. |
||
type(atl_cube_elem_type), | intent(in) | :: | mesh_list(tree%global%minLevel:tree%global%maxLevel) | |||
real(kind=rk), | intent(inout) | :: | timestepLimit |
timesteplimitation due to the precice timestep |