|
Intrepid
|
A factory class that generates specific instances of cubatures. More...
#include <Intrepid_DefaultCubatureFactory.hpp>
Public Member Functions | |
| DefaultCubatureFactory () | |
| Default constructor. | |
| virtual | ~DefaultCubatureFactory () |
| Destructor. | |
| Teuchos::RCP< Cubature< Scalar, ArrayPoint, ArrayWeight > > | create (const shards::CellTopology &cellTopology, const std::vector< int > °ree) |
| Factory method. | |
| Teuchos::RCP< Cubature< Scalar, ArrayPoint, ArrayWeight > > | create (const shards::CellTopology &cellTopology, int degree) |
| Factory method. | |
A factory class that generates specific instances of cubatures.
Definition at line 59 of file Intrepid_DefaultCubatureFactory.hpp.
| Teuchos::RCP< Cubature< Scalar, ArrayPoint, ArrayWeight > > Intrepid::DefaultCubatureFactory< Scalar, ArrayPoint, ArrayWeight >::create | ( | const shards::CellTopology & | cellTopology, |
| const std::vector< int > & | degree | ||
| ) |
Factory method.
| cell | [in] - Cell topology. |
| degree | [in] - Array of polynomial degrees, one for each component cubature. |
Definition at line 39 of file Intrepid_DefaultCubatureFactoryDef.hpp.
Referenced by main().
| Teuchos::RCP< Cubature< Scalar, ArrayPoint, ArrayWeight > > Intrepid::DefaultCubatureFactory< Scalar, ArrayPoint, ArrayWeight >::create | ( | const shards::CellTopology & | cellTopology, |
| int | degree | ||
| ) |
Factory method.
| cell | [in] - Cell topology. |
| degree | [in] - A single polynomial degree, used for all component cubatures. |
Definition at line 118 of file Intrepid_DefaultCubatureFactoryDef.hpp.
1.7.4