|
Panzer Version of the Day
|
#include "Teuchos_RCP.hpp"#include "Teuchos_Assert.hpp"#include "Phalanx_DataLayout.hpp"#include "Epetra_Map.h"#include "Epetra_Vector.h"#include "Epetra_CrsMatrix.h"#include "Panzer_GlobalIndexer.hpp"#include "Panzer_GlobalIndexer_Utilities.hpp"#include "Panzer_BlockedDOFManager.hpp"#include "Panzer_PureBasis.hpp"#include "Panzer_BlockedEpetraLinearObjContainer.hpp"#include "Panzer_GlobalEvaluationDataContainer.hpp"#include "Phalanx_DataLayout_MDALayout.hpp"#include "Thyra_SpmdVectorBase.hpp"#include "Thyra_ProductVectorBase.hpp"#include "Thyra_DefaultProductVector.hpp"#include "Thyra_BlockedLinearOpBase.hpp"#include "Thyra_get_Epetra_Operator.hpp"#include "Teuchos_FancyOStream.hpp"#include <unordered_map>
