|
Panzer Version of the Day
|
#include <ostream>#include <string>#include "Teuchos_RCP.hpp"#include "Teuchos_ParameterList.hpp"#include "Teuchos_DefaultMpiComm.hpp"#include "PanzerAdaptersSTK_config.hpp"#include "Panzer_GlobalIndexer.hpp"#include "Panzer_ConnManager.hpp"#include "Panzer_BlockedDOFManager.hpp"#include "Panzer_STKConnManager.hpp"#include "Thyra_LinearOpWithSolveFactoryBase.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | panzer_stk |
Functions | |
| Teuchos::RCP< Thyra::LinearOpWithSolveFactoryBase< double > > | panzer_stk::buildLOWSFactory (bool blockedAssembly, const Teuchos::RCP< const panzer::GlobalIndexer > &globalIndexer, const Teuchos::RCP< panzer::ConnManager > &conn_manager, int spatialDim, const Teuchos::RCP< const Teuchos::MpiComm< int > > &mpi_comm, const Teuchos::RCP< Teuchos::ParameterList > &strat_params, bool writeCoordinates, bool writeTopo, const Teuchos::RCP< const panzer::GlobalIndexer > &auxGlobalIndexer, bool useCoordinates) |
| Teuchos::RCP< Thyra::LinearOpWithSolveFactoryBase< double > > | panzer_stk::buildLOWSFactory (bool blockedAssembly, const Teuchos::RCP< const panzer::GlobalIndexer > &globalIndexer, const Teuchos::RCP< panzer_stk::STKConnManager > &stkConn_manager, int spatialDim, const Teuchos::RCP< const Teuchos::MpiComm< int > > &mpi_comm, const Teuchos::RCP< Teuchos::ParameterList > &strat_params, bool writeCoordinates, bool writeTopo, const Teuchos::RCP< const panzer::GlobalIndexer > &auxGlobalIndexer, bool useCoordinates) |