Panzer
Version of the Day
|
#include "Panzer_LinearObjFactory_Utilities.hpp"
#include "Teuchos_RCP.hpp"
#include "Panzer_GlobalIndexer.hpp"
#include "Panzer_TpetraLinearObjFactory.hpp"
#include "Panzer_BlockedTpetraLinearObjFactory.hpp"
Go to the source code of this file.
Namespaces | |
panzer | |
Computes . | |
Functions | |
Teuchos::RCP< const LinearObjFactory < panzer::Traits > > | panzer::cloneWithNewDomain (const LinearObjFactory< panzer::Traits > &lof, const Teuchos::RCP< const GlobalIndexer > &dUgi) |
Clone a linear object factory, but using a different domain. More... | |
Teuchos::RCP< const LinearObjFactory < panzer::Traits > > | panzer::cloneWithNewRange (const LinearObjFactory< panzer::Traits > &lof, const Teuchos::RCP< const GlobalIndexer > &rUgi) |
Clone a linear object factory, but using a different range. More... | |
Teuchos::RCP< const LinearObjFactory < panzer::Traits > > | panzer::cloneWithNewRangeAndDomain (const LinearObjFactory< panzer::Traits > &lof, const Teuchos::RCP< const GlobalIndexer > &rUgi, const Teuchos::RCP< const GlobalIndexer > &dUgi) |
Clone a linear object factory, but using a different range and domain. More... | |