#include "Panzer_Interpolation.hpp"
#include "Panzer_IntrepidFieldPattern.hpp"
#include "Panzer_IntrepidOrientation.hpp"
#include "Intrepid2_OrientationTools.hpp"
#include "Intrepid2_LagrangianInterpolation.hpp"
Go to the source code of this file.
|
| template<class Scalar , class LocalOrdinal , class GlobalOrdinal , class Node > |
| Teuchos::RCP< Tpetra::CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > | panzer::removeSmallEntries (Teuchos::RCP< Tpetra::CrsMatrix< Scalar, LocalOrdinal, GlobalOrdinal, Node > > &A, typename Teuchos::ScalarTraits< Scalar >::magnitudeType tol) |
| |
| Teuchos::RCP< Thyra::LinearOpBase< double > > | panzer::buildInterpolation (const Teuchos::RCP< const panzer::LinearObjFactory< panzer::Traits > > &linObjFactory, const std::string &domain_basis_name, const std::string &range_basis_name, Intrepid2::EOperator op, size_t worksetSize, const bool matrixFree) |
| |
| Teuchos::RCP< Thyra::LinearOpBase< double > > | panzer::buildInterpolation (const Teuchos::RCP< const panzer::ConnManager > &conn, const Teuchos::RCP< panzer::DOFManager > &domain_ugi, const Teuchos::RCP< panzer::DOFManager > &range_ugi, const std::string &domain_basis_name, const std::string &range_basis_name, Intrepid2::EOperator op, size_t worksetSize, const bool force_vectorial, const bool useTpetra, const bool matrixFree) |
| |