|
Intrepid2
|
Header file for the Intrepid2::ProjectionTools. More...
#include "Intrepid2_ConfigDefs.hpp"#include "Intrepid2_Types.hpp"#include "Intrepid2_Utils.hpp"#include "Shards_CellTopology.hpp"#include "Shards_BasicTopologies.hpp"#include "Intrepid2_PointTools.hpp"#include "Intrepid2_Basis.hpp"#include "Intrepid2_NodalBasisFamily.hpp"#include "Intrepid2_HCURL_QUAD_I1_FEM.hpp"#include "Intrepid2_HCURL_TRI_I1_FEM.hpp"#include "Intrepid2_HDIV_QUAD_I1_FEM.hpp"#include "Intrepid2_HDIV_TRI_I1_FEM.hpp"#include "Intrepid2_HCURL_HEX_I1_FEM.hpp"#include "Intrepid2_HCURL_TET_I1_FEM.hpp"#include "Intrepid2_HCURL_WEDGE_I1_FEM.hpp"#include "Intrepid2_HDIV_HEX_I1_FEM.hpp"#include "Intrepid2_HDIV_TET_I1_FEM.hpp"#include "Intrepid2_HDIV_WEDGE_I1_FEM.hpp"#include "Teuchos_LAPACK.hpp"#include "Intrepid2_OrientationTools.hpp"#include "Intrepid2_ProjectionStruct.hpp"#include "Intrepid2_ProjectionToolsDefL2.hpp"#include "Intrepid2_ProjectionToolsDefHGRAD.hpp"#include "Intrepid2_ProjectionToolsDefHCURL.hpp"#include "Intrepid2_ProjectionToolsDefHDIV.hpp"#include "Intrepid2_ProjectionToolsDefHVOL.hpp"Go to the source code of this file.
Classes | |
| class | Intrepid2::ProjectionTools< DeviceType > |
| A class providing static members to perform projection-based interpolations: More... | |
| struct | Intrepid2::ProjectionTools< DeviceType >::ElemSystem |
| Class to solve a square system A x = b on each cell A is expected to be saddle a point (KKT) matrix of the form [C B; B^T 0], where C has size nxn and B nxm, with n>0, m>=0. B^T is copied from B, so one does not have to define the B^T portion of A. b will contain the solution x. The first n-entries of x are copied into the provided basis coefficients using the provided indexing. The system is solved either with a QR factorization implemented in KokkosKernels or with Lapack GELS function. More... | |
Header file for the Intrepid2::ProjectionTools.
Definition in file Intrepid2_ProjectionTools.hpp.