|
MatlabTransportPack
|
Base boundary condition class. More...


Public Member Functions | |
| function | BoundaryCondition (in boundary, in input, in mesh, in) |
| Class constructor. | |
| function | initialize (in this) |
| Initialize the boundary condition. | |
Protected Attributes | |
| Property | d_input |
| Property | d_boundary |
| Boundary flux thisect. | |
| Property | d_mesh |
| Mesh. | |
| Property | d_quadrature |
| Quadrature. | |
| Property | d_side |
Base boundary condition class.
| function BoundaryCondition | ( | in | boundary, |
| in | input, | ||
| in | mesh, | ||
| in | |||
| ) |
| function initialize | ( | in | this | ) |
Initialize the boundary condition.
For fixed boundaries, this is the only relevant call. Other need not implement this.
Reimplemented in IsotropicBC.
Property d_boundary [protected] |
Boundary flux thisect.
Property d_input [protected] |
Property d_quadrature [protected] |
Property d_side [protected] |
1.7.3