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. |
||
type(tem_varSys_type), | intent(in) | :: | varSys | Global variable system |
||
type(tem_time_type), | intent(in) | :: | time | The current absolute time. |
||
integer, | intent(in) | :: | currentFace | current face used to compute correct index in indices array |
||
integer, | intent(in) | :: | currentLevel | current level |
||
integer, | intent(in) | :: | nPoints | The number of point values to be mirrored. |
The mirrored isNodalScheme representation.
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | idx_start | ||||
integer, | private | :: | idx_end |