Intrepid
|
Header file for the Intrepid::CubatureSparse class. More...
#include "Intrepid_ConfigDefs.hpp"
#include "Intrepid_Cubature.hpp"
#include "Intrepid_CubatureDirectLineGauss.hpp"
#include "Intrepid_CubatureSparseHelper.hpp"
#include "Teuchos_Assert.hpp"
#include <Intrepid_CubatureSparseDef.hpp>
Go to the source code of this file.
Classes | |
class | Intrepid::CubatureSparse< Scalar, dimension_, ArrayPoint, ArrayWeight > |
Macros | |
#define | INTREPID_CUBATURE_SPARSE2D_GAUSS_MAX 59 |
The maximum degree of the polynomial that can be integrated exactly by a generalized sparse rule of the Gauss(-Legendre) type in 2D. More... | |
#define | INTREPID_CUBATURE_SPARSE3D_GAUSS_MAX 57 |
The maximum degree of the polynomial that can be integrated exactly by a sparse of the Gauss(-Legendre) type in 3D. | |
Header file for the Intrepid::CubatureSparse class.
Definition in file Intrepid_CubatureSparse.hpp.
#define INTREPID_CUBATURE_SPARSE2D_GAUSS_MAX 59 |
The maximum degree of the polynomial that can be integrated exactly by a generalized sparse rule of the Gauss(-Legendre) type in 2D.
The maximum degree of the polynomial that can be integrated exactly by a sparse rule of the Gauss(-Legendre) type in 2D.
Definition at line 63 of file Intrepid_CubatureSparse.hpp.