|
MatlabTransportPack
|
Base equation class for spatial discretization. More...


Public Member Functions | |
| function | Equation (in mesh, in mat, in quadrature) |
| Class constructor. | |
Public Attributes | |
| Constant Property | HORZ = 1 |
| Constant Property | VERT = 2 |
Protected Attributes | |
| Property | d_mesh |
| Problem mesh. | |
| Property | d_mat |
| Material definitions. | |
| Property | d_quadrature |
| Quadrature. | |
| Property | d_mu |
| Current mu value. | |
| Property | d_eta |
| current eta value | |
| Property | d_ksi |
| Current ksi value. | |
| Property | d_alpha |
| Weighted diamond difference parameter. | |
| Property | d_mat_map |
| Material map. | |
Base equation class for spatial discretization.
More...
| function Equation | ( | in | mesh, |
| in | mat, | ||
| in | quadrature | ||
| ) |
Class constructor.
Set the mesh and material.
| mesh | Problem mesh. |
| mat | Material definitions. |
Property d_alpha [protected] |
Weighted diamond difference parameter.
Property d_eta [protected] |
current eta value
Property d_ksi [protected] |
Current ksi value.
Property d_mat [protected] |
Material definitions.
Property d_mat_map [protected] |
Material map.
Property d_mesh [protected] |
Problem mesh.
Property d_mu [protected] |
Current mu value.
Property d_quadrature [protected] |
| Constant Property HORZ = 1 |
| Constant Property VERT = 2 |
1.7.3