|
Panzer
Version of the Day
|
#include <map>#include "Tpetra_Map.hpp"#include "Tpetra_CrsGraph.hpp"#include "Tpetra_Import.hpp"#include "Tpetra_Export.hpp"#include "PanzerDiscFE_config.hpp"#include "Panzer_GlobalIndexer.hpp"#include "Panzer_GlobalIndexer_Utilities.hpp"#include "Panzer_LinearObjFactory.hpp"#include "Panzer_TpetraLinearObjContainer.hpp"#include "Panzer_BlockedTpetraLinearObjContainer.hpp"#include "Panzer_BlockedDOFManager.hpp"#include "Panzer_CloneableEvaluator.hpp"#include "Panzer_HashUtils.hpp"#include "Panzer_GatherOrientation.hpp"#include "Panzer_GatherSolution_BlockedTpetra.hpp"#include "Panzer_GatherTangent_BlockedTpetra.hpp"#include "Panzer_ScatterResidual_BlockedTpetra.hpp"#include "Panzer_ScatterDirichletResidual_BlockedTpetra.hpp"#include "Panzer_ThyraObjFactory.hpp"#include "Thyra_BlockedLinearOpBase.hpp"#include "Thyra_ProductVectorBase.hpp"#include "Teuchos_RCP.hpp"#include "Teuchos_DefaultMpiComm.hpp"#include "Teuchos_OpaqueWrapper.hpp"

Go to the source code of this file.
Classes | |
| class | panzer::BlockedTpetraLinearObjFactory< Traits, ScalarT, LocalOrdinalT, GlobalOrdinalT, NodeT > |
Namespaces | |
| panzer | |
Computes . | |
1.8.5