#include "PanzerAdaptersSTK_config.hpp"
#include "Panzer_STK_SetupLOWSFactory.hpp"
#include "Panzer_STK_ParameterListCallback.hpp"
#include "Panzer_STK_ParameterListCallbackBlocked.hpp"
#include "Teuchos_AbstractFactoryStd.hpp"
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
#include "Tpetra_Map.hpp"
#include "Tpetra_MultiVector.hpp"
Go to the source code of this file.
|
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) |
|
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) |
|