Panzer
Version of the Day
|
#include "Panzer_NodeType.hpp"
#include "Panzer_STK_LocalMeshUtilities.hpp"
#include "Panzer_STK_Interface.hpp"
#include "Panzer_STK_SetupUtilities.hpp"
#include "Panzer_STKConnManager.hpp"
#include "Panzer_HashUtils.hpp"
#include "Panzer_LocalMeshInfo.hpp"
#include "Panzer_LocalPartitioningUtilities.hpp"
#include "Panzer_FaceToElement.hpp"
#include "Panzer_FieldPattern.hpp"
#include "Panzer_NodalFieldPattern.hpp"
#include "Panzer_EdgeFieldPattern.hpp"
#include "Panzer_FaceFieldPattern.hpp"
#include "Panzer_ElemFieldPattern.hpp"
#include "Panzer_ConnManager.hpp"
#include "Phalanx_KokkosDeviceTypes.hpp"
#include "Teuchos_Assert.hpp"
#include "Teuchos_OrdinalTraits.hpp"
#include "Tpetra_Import.hpp"
#include <string>
#include <map>
#include <vector>
#include <unordered_set>
Go to the source code of this file.
Namespaces | |
panzer_stk | |
Functions | |
Teuchos::RCP < panzer::LocalMeshInfo > | panzer_stk::generateLocalMeshInfo (const panzer_stk::STK_Interface &mesh) |
Create a structure containing information about the local portion of a given element block. More... | |