|
Intrepid
|
Public Member Functions | |
| Basis_HGRAD_TET_COMP12_FEM () | |
| Constructor. | |
| void | getValues (ArrayScalar &outputValues, const ArrayScalar &inputPoints, const EOperator operatorType) const |
| FEM basis evaluation on a reference Tetrahedron cell. | |
| void | getValues (ArrayScalar &outputValues, const ArrayScalar &inputPoints, const ArrayScalar &cellVertices, const EOperator operatorType=OPERATOR_VALUE) const |
| FVD basis evaluation: invocation of this method throws an exception. | |
| void | getDofCoords (ArrayScalar &DofCoords) const |
| Returns spatial locations (coordinates) of degrees of freedom on a reference Tetrahedron. | |
| Teuchos::Array< int > | getLocalSubTetrahedra (Scalar, Scalar, Scalar) const |
| Returns array of local sub-tetrahdera that the given point resides in. | |
| Intrepid::FieldContainer< Scalar > | getWeights (const ArrayScalar &) const |
| Returns FieldContainer of local integration weights. | |
| Intrepid::FieldContainer< Scalar > | getSubTetGrads () const |
| Returns FieldContainer of local sub-tet gradients. | |
| Intrepid::FieldContainer< Scalar > | getSubTetDetF () const |
| Returns FieldContainer of local sub-tet detF. | |
| Intrepid::FieldContainer< Scalar > | getBarycentricCoords (const ArrayScalar &) const |
| Returns FieldContainer of Barycentric Coordinates for the input points. | |
| Scalar | det44 (const Intrepid::FieldContainer< Scalar >) const |
| Returns FieldContainer of Barycentric Coordinates for the input points. | |
| Intrepid::FieldContainer< Scalar > | inverse44 (const Intrepid::FieldContainer< Scalar >) const |
| Returns FieldContainer of Barycentric Coordinates for the input points. | |
Private Member Functions | |
| void | initializeTags () |
| Initializes tagToOrdinal_ and ordinalToTag_ lookup arrays. | |
Definition at line 99 of file Intrepid_HGRAD_TET_COMP12_FEM.hpp.
| Scalar Intrepid::Basis_HGRAD_TET_COMP12_FEM< Scalar, ArrayScalar >::det44 | ( | const Intrepid::FieldContainer< Scalar > | a | ) | const |
Returns FieldContainer of Barycentric Coordinates for the input points.
Definition at line 509 of file Intrepid_HGRAD_TET_COMP12_FEMDef.hpp.
| Intrepid::FieldContainer< Scalar > Intrepid::Basis_HGRAD_TET_COMP12_FEM< Scalar, ArrayScalar >::getBarycentricCoords | ( | const ArrayScalar & | inPts | ) | const |
Returns FieldContainer of Barycentric Coordinates for the input points.
Definition at line 491 of file Intrepid_HGRAD_TET_COMP12_FEMDef.hpp.
References Intrepid::FieldContainer< Scalar, ArrayTypeId >::dimension().
| void Intrepid::Basis_HGRAD_TET_COMP12_FEM< Scalar, ArrayScalar >::getDofCoords | ( | ArrayScalar & | DofCoords | ) | const [virtual] |
Returns spatial locations (coordinates) of degrees of freedom on a reference Tetrahedron.
| DofCoords | [out] - array with the coordinates of degrees of freedom, dimensioned (F,D) |
Implements Intrepid::DofCoordsInterface< ArrayScalar >.
Definition at line 336 of file Intrepid_HGRAD_TET_COMP12_FEMDef.hpp.
| Teuchos::Array< int > Intrepid::Basis_HGRAD_TET_COMP12_FEM< Scalar, ArrayScalar >::getLocalSubTetrahedra | ( | Scalar | x, |
| Scalar | y, | ||
| Scalar | z | ||
| ) | const |
Returns array of local sub-tetrahdera that the given point resides in.
Definition at line 363 of file Intrepid_HGRAD_TET_COMP12_FEMDef.hpp.
| Intrepid::FieldContainer< Scalar > Intrepid::Basis_HGRAD_TET_COMP12_FEM< Scalar, ArrayScalar >::getSubTetDetF | ( | ) | const |
Returns FieldContainer of local sub-tet detF.
Definition at line 670 of file Intrepid_HGRAD_TET_COMP12_FEMDef.hpp.
| Intrepid::FieldContainer< Scalar > Intrepid::Basis_HGRAD_TET_COMP12_FEM< Scalar, ArrayScalar >::getSubTetGrads | ( | ) | const |
Returns FieldContainer of local sub-tet gradients.
Definition at line 571 of file Intrepid_HGRAD_TET_COMP12_FEMDef.hpp.
References Intrepid::FieldContainer< Scalar, ArrayTypeId >::initialize().
| void Intrepid::Basis_HGRAD_TET_COMP12_FEM< Scalar, ArrayScalar >::getValues | ( | ArrayScalar & | outputValues, |
| const ArrayScalar & | inputPoints, | ||
| const EOperator | operatorType | ||
| ) | const [virtual] |
FEM basis evaluation on a reference Tetrahedron cell.
Returns values of operatorType acting on FEM basis functions for a set of points in the reference Tetrahedron cell. For rank and dimensions of I/O array arguments see Section MD array template arguments for basis methods .
| outputValues | [out] - rank-2 or 3 array with the computed basis values |
| inputPoints | [in] - rank-2 array with dimensions (P,D) containing reference points |
| operatorType | [in] - operator applied to basis functions |
For rank and dimension specifications of ArrayScalar arguments see basis_array_specs
Implements Intrepid::Basis< Scalar, ArrayScalar >.
Definition at line 102 of file Intrepid_HGRAD_TET_COMP12_FEMDef.hpp.
| Intrepid::FieldContainer< Scalar > Intrepid::Basis_HGRAD_TET_COMP12_FEM< Scalar, ArrayScalar >::getWeights | ( | const ArrayScalar & | inPts | ) | const |
Returns FieldContainer of local integration weights.
Definition at line 460 of file Intrepid_HGRAD_TET_COMP12_FEMDef.hpp.
References Intrepid::FieldContainer< Scalar, ArrayTypeId >::dimension(), and Intrepid::FieldContainer< Scalar, ArrayTypeId >::initialize().
| Intrepid::FieldContainer< Scalar > Intrepid::Basis_HGRAD_TET_COMP12_FEM< Scalar, ArrayScalar >::inverse44 | ( | const Intrepid::FieldContainer< Scalar > | a | ) | const |
Returns FieldContainer of Barycentric Coordinates for the input points.
Definition at line 541 of file Intrepid_HGRAD_TET_COMP12_FEMDef.hpp.
1.7.6.1