43 #include "PanzerAdaptersSTK_config.hpp" 58 #ifdef PANZER_HAVE_TEKO 61 bool writeCoordinates,
65 #ifndef PANZER_ORDINAL64_IS_INT 68 buildLOWSFactory<panzer::Ordinal64>(
bool blockedAssembly,
74 #ifdef PANZER_HAVE_TEKO 77 bool writeCoordinates,
87 const Teuchos::RCP<
const Teuchos::MpiComm<int> > & mpi_comm,
89 #ifdef PANZER_HAVE_TEKO
92 bool writeCoordinates,
96 #ifdef PANZER_HAVE_TEKO 98 if(reqHandler_local==Teuchos::null)
99 reqHandler_local =
Teuchos::rcp(
new Teko::RequestHandler);
102 #ifndef PANZER_ORDINAL64_IS_INT 104 if(long_conn!=Teuchos::null)
105 return buildLOWSFactory(blockedAssembly,globalIndexer,long_conn,spatialDim,mpi_comm,strat_params,
106 #ifdef PANZER_HAVE_TEKO
115 if(int_conn!=Teuchos::null)
116 return buildLOWSFactory(blockedAssembly,globalIndexer,int_conn,spatialDim,mpi_comm,strat_params,
117 #ifdef PANZER_HAVE_TEKO
126 return Teuchos::null;
TEUCHOS_DEPRECATED RCP< T > rcp(T *p, Dealloc_T dealloc, bool owns_mem)
#define TEUCHOS_ASSERT(assertion_test)
template Teuchos::RCP< Thyra::LinearOpWithSolveFactoryBase< double > > buildLOWSFactory< int >(bool blockedAssembly, const Teuchos::RCP< const panzer::UniqueGlobalIndexerBase > &globalIndexer, const Teuchos::RCP< panzer_stk::STKConnManager< int > > &stkConn_manager, int spatialDim, const Teuchos::RCP< const Teuchos::MpiComm< int > > &mpi_comm, const Teuchos::RCP< Teuchos::ParameterList > &strat_params, bool writeCoordinates, bool writeTopo)
Teuchos::RCP< Thyra::LinearOpWithSolveFactoryBase< double > > buildLOWSFactory(bool blockedAssembly, const Teuchos::RCP< const panzer::UniqueGlobalIndexerBase > &globalIndexer, const Teuchos::RCP< panzer::ConnManagerBase< int > > &conn_manager, int spatialDim, const Teuchos::RCP< const Teuchos::MpiComm< int > > &mpi_comm, const Teuchos::RCP< Teuchos::ParameterList > &strat_params, bool writeCoordinates, bool writeTopo)