Function to mirror pointvalues for a given boundary conditions.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(tem_bc_state_type), | intent(in) | :: | bc |
The boundary state. |
||
integer, | intent(in) | :: | nPoints |
The number of point values to be mirrored. |
||
type(tem_time_type), | intent(in) | :: | time |
The current absolute time. |
||
type(tem_varSys_type), | intent(in) | :: | varSys |
Global variable system |
||
integer, | intent(in) | :: | currentFace |
Current Face to get the correct position in index array |
||
real(kind=rk), | intent(inout) | :: | pointFace(:) |
The mirrored isNodalScheme representation. |
||
integer, | intent(in) | :: | currentLevel |
current level |