Call tests to determine the actual error from the interpolation routines on the ghost elements. Compare against the analytical solution, which is given in terms of the initial conditions. Call this routine after the initial values are set and the ghost elements have been filled once, but no computation was started -> after fillHelperElements in the mus_aux_module
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(mus_scheme_type), | intent(inout) | :: | scheme | |||
type(treelmesh_type), | intent(in) | :: | tree | treelm tree |
||
type(tem_general_type), | intent(in) | :: | general | |||
type(mus_convertFac_type), | intent(in) | :: | fac | |||
integer, | intent(in) | :: | iLevel | Level counter variable |
||
integer, | intent(in) | :: | minLevel | |||
integer, | intent(in) | :: | maxLevel | |||
type(pdf_data_type), | intent(inout) | :: | pdf(tree%global%minlevel:tree%global%maxlevel) |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iElem | ||||
type(grw_intarray_type), | private | :: | local_ind |