Write solver specific info to scratch file
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_cube_container_type), | intent(in) | :: | mesh | The mesh type |
||
integer, | intent(in) | :: | scheme_dim | The scheme dimension |
||
integer, | intent(in) | :: | minlevel | Minimal level in the domain to pick the polynomial basis type. |
||
integer, | intent(inout) | :: | outUnit | unit to output solver info in lua format |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(aot_out_type), | private | :: | out_conf | The lua chunk to create the solver specific header parts with. |
|||
integer, | private | :: | maxPolyDegree | ||||
integer, | private | :: | polyspace | ||||
character, | private | :: | polychar |