Panzer
Version of the Day
|
#include "Panzer_BlockedTpetraLinearObjFactory.hpp"
#include <Tpetra_Operator.hpp>
#include <Tpetra_Import.hpp>
Go to the source code of this file.
Classes | |
class | panzer::MatrixFreeInterpolationOp< Scalar, LocalOrdinal, GlobalOrdinal, Node > |
Namespaces | |
panzer | |
Computes . | |
Functions | |
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=Intrepid2::OPERATOR_VALUE, size_t worksetSize=1000, const bool matrixFree=false) |
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) |