Subroutine to execute the preprocessing for the MODG kernels. Currently this includes: Convert external source terms to modal representation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_Equations_type), | intent(inout) | :: | equation | |||
type(atl_statedata_type), | intent(inout) | :: | statedata | |||
type(atl_cube_elem_type), | intent(inout) | :: | mesh | |||
type(atl_scheme_type), | intent(inout) | :: | scheme | |||
type(ply_poly_project_type), | intent(inout) | :: | poly_proj_material | |||
type(atl_level_boundary_type), | intent(in) | :: | boundary |
Global description of the boundary conditions. |
||
type(atl_material_type), | intent(inout) | :: | material | |||
type(tem_comm_env_type) | :: | proc |
mpi communication environment with mpi communicator |
|||
type(tem_commPattern_type) | :: | commPattern |
mpi communication pattern type |