This routine projects two co-volume elements (left and right) onto its primal element. The geometrical setup is as follows:
left (co-vol.) right (co-vol.)
|---------------------||---------------------| \ / \ / | |/ |---------------------| primal element
The transformation to the primal element is carried out by a simple (but efficient) L2-projection.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=rk), | intent(in) | :: | left(:,:) | |||
real(kind=rk), | intent(in) | :: | right(:,:) | |||
type(atl_covolume_type), | intent(in) | :: | filter | |||
type(atl_scheme_type), | intent(in) | :: | scheme |
The numerical schemes for the current level to get the modg basis |
||
integer, | intent(in) | :: | maxPolyDeg | |||
integer, | intent(in) | :: | nScalars | |||
real(kind=rk), | intent(in) | :: | state(:,:) |