Intrepid2
Intrepid2_ProjectionTools.hpp File Reference

Header file for the Intrepid2::ProjectionTools. More...

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...

Detailed Description

Header file for the Intrepid2::ProjectionTools.

Author
Created by Mauro Perego

Definition in file Intrepid2_ProjectionTools.hpp.