FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Grid_getDomainBC.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Grid_getDomainBC (boundary)
 

Function/Subroutine Documentation

◆ Grid_getDomainBC()

subroutine Grid_getDomainBC ( integer, dimension(LOW:HIGH,MDIM), intent(out)  boundary)

Returns the boundary condition for each face of the domain

The boundary conditions are defined in the header file constants.h, ie. OUTFLOW, REFLECTING, PERIODIC etc

boundary - array returned holding boundary conditions, except when periodic, if any of the faces of the block are on a physical boundary.

the first index of the array can take on values LOW or HIGH, and the second index can be IAXIS, JAXIS or KAXIS

NOTES

The #define constants LOW, HIGH, IAXIS, JAXIS and KAXIS are defined in constants.h and are meant to ease the readability of the code. instead of boundary(2,3) = PERIODIC the code reads boundary(HIGH, KAXIS) = PERIODIC

Definition at line 39 of file Grid_getDomainBC.F90.