MatlabTransportPack
Public Member Functions | Public Attributes | Protected Attributes

Equation Class Reference

Base equation class for spatial discretization. More...

Inheritance diagram for Equation:
Inheritance graph
[legend]
Collaboration diagram for Equation:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Base equation class for spatial discretization.

More...


Constructor & Destructor Documentation

function Equation ( in  mesh,
in  mat,
in  quadrature 
)

Class constructor.

Set the mesh and material.

Parameters:
meshProblem mesh.
matMaterial definitions.
Returns:
Instance of the Equation class.

Member Data Documentation

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

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