boundary_fixed_mod::boundary_fixed Type Reference
Inheritance diagram for boundary_fixed_mod::boundary_fixed:
Collaboration diagram for boundary_fixed_mod::boundary_fixed:

Private Member Functions

PROCEDURE initboundary_fixed
 
PROCEDURE setboundarydata
 
PROCEDURE finalize
 

Private Attributes

real, dimension(:,:,:,:), allocatable data
 boundary data array More...
 
logical, dimension(:,:,:), allocatable fixed
 mask array for fixed bc More...
 

Additional Inherited Members

- Public Attributes inherited from logging_base_mod::logging_base
integer, public err
 error code More...
 

Detailed Description

Definition at line 46 of file boundary_fixed.f90.

Member Function/Subroutine Documentation

◆ finalize()

PROCEDURE boundary_fixed_mod::boundary_fixed::finalize
private

Definition at line 52 of file boundary_fixed.f90.

◆ initboundary_fixed()

PROCEDURE boundary_fixed_mod::boundary_fixed::initboundary_fixed
private

Definition at line 50 of file boundary_fixed.f90.

◆ setboundarydata()

PROCEDURE boundary_fixed_mod::boundary_fixed::setboundarydata
private

Definition at line 51 of file boundary_fixed.f90.

Member Data Documentation

◆ data

real, dimension(:,:,:,:), allocatable boundary_fixed_mod::boundary_fixed::data
private

boundary data array

Definition at line 47 of file boundary_fixed.f90.

◆ fixed

logical, dimension(:,:,:), allocatable boundary_fixed_mod::boundary_fixed::fixed
private

mask array for fixed bc

Definition at line 48 of file boundary_fixed.f90.


The documentation for this type was generated from the following file: