OpenFOAM logo
Open Source CFD Toolkit

cellDecompCuts Class Reference

Inheritance diagram for cellDecompCuts:

Inheritance graph
[legend]
Collaboration diagram for cellDecompCuts:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 cellDecompCuts (const primitiveMesh &mesh, const labelList &cells, const labelList &meshVerts, const labelList &meshCellCentres, const labelList &meshEdges, const scalarField &meshEdgeWeights, const List< pyramidEdge > &pyrEdges, const scalarField &pyrEdgeWeights, const List< diagonalEdge > &diagEdges, const scalarField &diagEdgeWeights)
 Construct from components.
const labelListmeshCellCentres () const
const List< pyramidEdge > & pyrEdges () const
const scalarFieldpyrEdgeWeights () const
const List< diagonalEdge > & diagEdges () const
const scalarFielddiagEdgeWeights () const
label size () const

Protected Attributes

labelList meshCellCentres_
List< pyramidEdgepyrEdges_
scalarField pyrEdgeWeights_
List< diagonalEdgediagEdges_
scalarField diagEdgeWeights_

Constructor & Destructor Documentation

cellDecompCuts const primitiveMesh mesh,
const labelList cells,
const labelList meshVerts,
const labelList meshCellCentres,
const labelList meshEdges,
const scalarField meshEdgeWeights,
const List< pyramidEdge > &  pyrEdges,
const scalarField pyrEdgeWeights,
const List< diagonalEdge > &  diagEdges,
const scalarField diagEdgeWeights
[inline]
 

Construct from components.

Definition at line 97 of file cellDecompCuts.H.

References Foam::labelList, and Foam::scalarField.


Member Function Documentation

const List<diagonalEdge>& diagEdges  )  const [inline]
 

Definition at line 140 of file cellDecompCuts.H.

const scalarField& diagEdgeWeights  )  const [inline]
 

Definition at line 145 of file cellDecompCuts.H.

const labelList& meshCellCentres  )  const [inline]
 

Definition at line 125 of file cellDecompCuts.H.

const List<pyramidEdge>& pyrEdges  )  const [inline]
 

Definition at line 130 of file cellDecompCuts.H.

const scalarField& pyrEdgeWeights  )  const [inline]
 

Definition at line 135 of file cellDecompCuts.H.

label size  )  const [inline]
 

Reimplemented from meshEdgeCuts.

Definition at line 150 of file cellDecompCuts.H.


Member Data Documentation

List<diagonalEdge> diagEdges_ [protected]
 

Definition at line 85 of file cellDecompCuts.H.

scalarField diagEdgeWeights_ [protected]
 

Definition at line 86 of file cellDecompCuts.H.

labelList meshCellCentres_ [protected]
 

Definition at line 80 of file cellDecompCuts.H.

List<pyramidEdge> pyrEdges_ [protected]
 

Definition at line 82 of file cellDecompCuts.H.

scalarField pyrEdgeWeights_ [protected]
 

Definition at line 83 of file cellDecompCuts.H.


The documentation for this class was generated from the following file:
For further information go to www.openfoam.org