Panzer
Version of the Day
|
#include "PanzerAdaptersSTK_config.hpp"
#include "Panzer_STK_ParameterListCallback.hpp"
#include "Panzer_STK_ParameterListCallbackBlocked.hpp"
#include "Teuchos_AbstractFactoryStd.hpp"
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
#include "Epetra_MpiComm.h"
#include "Epetra_Vector.h"
#include "EpetraExt_VectorOut.h"
#include "ml_rbm.h"
#include "Tpetra_Map.hpp"
#include "Tpetra_MultiVector.hpp"
Go to the source code of this file.
Namespaces | |
panzer_stk | |
Functions | |
template<typename GO > | |
Teuchos::RCP < Thyra::LinearOpWithSolveFactoryBase < double > > | panzer_stk::buildLOWSFactory (bool blockedAssembly, const Teuchos::RCP< const panzer::UniqueGlobalIndexerBase > &globalIndexer, const Teuchos::RCP< panzer_stk::STKConnManager< GO > > &stkConn_manager, int spatialDim, const Teuchos::RCP< const Teuchos::MpiComm< int > > &mpi_comm, const Teuchos::RCP< Teuchos::ParameterList > &strat_params, bool writeCoordinates=false, bool writeTopo=false, const Teuchos::RCP< const panzer::UniqueGlobalIndexerBase > &auxGlobalIndexer=Teuchos::null, bool useCoordinates=true) |