Find the maximal gradient estimation for the polynomials representing the state in each element.
This additional information is useful for estimates during the simulation.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(atl_statedata_type), | intent(in) | :: | statedata | The statedata to update the bounds for. maxgrad of kerneldata will be recomputed according to the statedata. |
||
type(atl_kerneldata_type), | intent(inout) | :: | kerneldata | The kerneldata storing the gradients, this will be updated according to the data provided in statedata. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=rk), | private | :: | maxgrad | ||||
integer, | private | :: | nElems | ||||
integer, | private | :: | iElem | ||||
integer, | private | :: | nVars | ||||
integer, | private | :: | iVar | ||||
integer, | private | :: | iDof | ||||
integer, | private | :: | i | ||||
integer, | private | :: | j | ||||
integer, | private | :: | k | ||||
integer, | private | :: | n | ||||
integer, | private | :: | nDofs |