|
real, dimension(:,:,:,:), pointer | sendbuf |
| send buffer for boundary data More...
|
|
real, dimension(:,:,:,:), pointer | recvbuf |
| receive buffer for boundary data More...
|
|
PROCEDURE | initboundary |
|
PROCEDURE(SetBoundaryData), deferred | setboundarydata |
|
PROCEDURE | finalize_base |
|
PROCEDURE(Finalize), deferred | finalize |
|
PROCEDURE | getdirection |
|
Definition at line 59 of file boundary_base.f90.
◆ finalize()
PROCEDURE (Finalize), deferred boundary_base_mod::boundary_base::finalize |
( |
| ) |
|
|
private |
◆ finalize_base()
PROCEDURE boundary_base_mod::boundary_base::finalize_base |
( |
| ) |
|
|
private |
◆ getdirection()
PROCEDURE boundary_base_mod::boundary_base::getdirection |
( |
| ) |
|
|
private |
◆ initboundary()
PROCEDURE boundary_base_mod::boundary_base::initboundary |
( |
| ) |
|
|
private |
◆ setboundarydata()
PROCEDURE (SetBoundaryData), deferred boundary_base_mod::boundary_base::setboundarydata |
( |
| ) |
|
|
private |
◆ direction
class(logging_base), allocatable boundary_base_mod::boundary_base::direction |
|
private |
boundary orientation: west, east, south, north
Definition at line 61 of file boundary_base.f90.
◆ recvbuf
real, dimension(:,:,:,:), pointer boundary_base_mod::boundary_base::recvbuf |
|
private |
◆ sendbuf
real, dimension(:,:,:,:), pointer boundary_base_mod::boundary_base::sendbuf |
|
private |
The documentation for this type was generated from the following file: