|
MatlabTransportPack
|
Reflective boundary condition. More...


Public Member Functions | |
| function | Response (in boundary, in input, in mesh, in quadrature, in side) |
| Class constructor. | |
| function | update (in this) |
| Update the boundary flux. | |
| function | initialize (in this) |
| Initialize the boundary condition. | |
Protected Attributes | |
| Property | d_octants |
| Incident octants. | |
| Property | d_set |
| Am I set? (Default false) | |
| Property | d_order_group |
| Group. | |
| Property | d_order_space |
| Spatial order. | |
| Property | d_order_polar |
| Polar order. | |
| Property | d_order_azimuth |
| Azimuthal order. | |
| Property | d_basis_space |
| Spatial basis. | |
| Property | d_basis_polar |
| Polar angle basis. | |
| Property | d_basis_azimuth |
| Azimuthal angle basis. | |
| Property | d_number_space |
| Number of spatial cells. | |
| Property | d_number_polar |
| Number of polar angles. | |
| Property | d_number_azimuth |
| Number of azimuthal angles. | |
| Property | d_input |
| Property | d_boundary |
| Boundary flux thisect. | |
| Property | d_mesh |
| Mesh. | |
| Property | d_quadrature |
| Quadrature. | |
| Property | d_side |
Reflective boundary condition.
| function Response | ( | in | boundary, |
| in | input, | ||
| in | mesh, | ||
| in | quadrature, | ||
| in | side | ||
| ) |
| function initialize | ( | in | this | ) | [inherited] |
Initialize the boundary condition.
For fixed boundaries, this is the only relevant call. Other need not implement this.
Reimplemented in IsotropicBC.
| function update | ( | in | this | ) |
Update the boundary flux.
Property d_basis_azimuth [protected] |
Azimuthal angle basis.
Property d_basis_polar [protected] |
Polar angle basis.
Property d_basis_space [protected] |
Spatial basis.
Property d_boundary [protected, inherited] |
Boundary flux thisect.
Property d_input [protected, inherited] |
Property d_number_azimuth [protected] |
Number of azimuthal angles.
Property d_number_polar [protected] |
Number of polar angles.
Property d_number_space [protected] |
Number of spatial cells.
Property d_octants [protected] |
Incident octants.
Property d_order_azimuth [protected] |
Azimuthal order.
Property d_order_group [protected] |
Group.
Property d_order_polar [protected] |
Polar order.
Property d_order_space [protected] |
Spatial order.
Property d_quadrature [protected, inherited] |
Property d_set [protected] |
Am I set? (Default false)
Property d_side [protected, inherited] |
1.7.3