MatlabTransportPack
Public Member Functions | Static Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions

UniformEqualWeight Class Reference

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

List of all members.

Public Member Functions

function UniformEqualWeight (in order)
function weights (in obj)
 Return weights for all angles.
function weight (in obj, in a)
 Return weight for an angle (indexed by cardinal index)
function weight_octant (in obj)
 Return weight for first octant.
function angles (in obj)
 Return all angles.
function angle_octant (in obj, in dim)
 Return first octant angles.
function angle (in obj, in o, in a)
 Return angles for a given cardinal index.
function number_angles (in obj)
 Total number of angles.
function number_angles_octant (in obj)
 Total number of angles in an octant.
function number_octants (in obj)
 Total number of octants.
function bounds (in obj, in o)
 Angle bounds within an octant.
function index (in obj, in o, in a)
 Computes cardinal angle index.

Static Public Member Functions

static function angular_norm (in dim)

Public Attributes

Property d_order
Constant Property octant = [ 1 1 1
 Octant cosign signs.
Constant Property

Protected Member Functions

function check_index (in obj, in a)

Protected Attributes

Property d_weights
 Quadrature weights.
Property d_mu
 x-axis cosines
Property d_eta
 y-axis cosines
Property d_xi
 z-axis cosines
Property d_name
 type of quadrature being used
Property d_number_angles
 number of angles
Property d_number_octants
 number of octants
Property d_dim
 problem dimension

Private Member Functions

function UEN (in N, in Nksi)

Constructor & Destructor Documentation

function UniformEqualWeight ( in  order)

Member Function Documentation

function angle ( in  obj,
in  o,
in  a 
) [inherited]

Return angles for a given cardinal index.

Returns:
Set of angles.
function angle_octant ( in  obj,
in  dim 
) [inherited]

Return first octant angles.

Returns:
Vector of weights.
function angles ( in  obj) [inherited]

Return all angles.

Returns:
Vector of weights.
static function angular_norm ( in  dim) [static, inherited]
function bounds ( in  obj,
in  o 
) [inherited]

Angle bounds within an octant.

Returns:
Bounds.
function check_index ( in  obj,
in  a 
) [protected, inherited]
function index ( in  obj,
in  o,
in  a 
) [inherited]

Computes cardinal angle index.

Returns:
Index.
function number_angles ( in  obj) [inherited]

Total number of angles.

Returns:
Number of angles.
function number_angles_octant ( in  obj) [inherited]

Total number of angles in an octant.

Returns:
Number of angles.
function number_octants ( in  obj) [inherited]

Total number of octants.

Returns:
Number of octants.
function UEN ( in  N,
in  Nksi 
) [private]
function weight ( in  obj,
in  a 
) [inherited]

Return weight for an angle (indexed by cardinal index)

Returns:
Vector of weights.
function weight_octant ( in  obj) [inherited]

Return weight for first octant.

Returns:
Vector of weights.
function weights ( in  obj) [inherited]

Return weights for all angles.

Returns:
Vector of weights.

Member Data Documentation

Property d_dim [protected, inherited]

problem dimension

Property d_eta [protected, inherited]

y-axis cosines

Property d_mu [protected, inherited]

x-axis cosines

Property d_name [protected, inherited]

type of quadrature being used

Property d_number_angles [protected, inherited]

number of angles

Property d_number_octants [protected, inherited]

number of octants

Property d_order [inherited]
Property d_weights [protected, inherited]

Quadrature weights.

Property d_xi [protected, inherited]

z-axis cosines

Constant Property octant = [ 1 1 1 [inherited]

Octant cosign signs.

Constant Property [inherited]

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