Panzer Version of the Day
Loading...
Searching...
No Matches
Panzer_STK_LocalMeshUtilities.hpp
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// Panzer: A partial differential equation assembly
4// engine for strongly coupled complex multiphysics systems
5//
6// Copyright 2011 NTESS and the Panzer contributors.
7// SPDX-License-Identifier: BSD-3-Clause
8// *****************************************************************************
9// @HEADER
10
11#ifndef PANZER_STK_LOCAL_MESH_UTILITIES_HPP
12#define PANZER_STK_LOCAL_MESH_UTILITIES_HPP
13
14#include "Teuchos_RCP.hpp"
15
16namespace panzer
17{
18 struct LocalMeshInfo;
19}
20
21namespace panzer_stk
22{
23 class STK_Interface;
24
32 Teuchos::RCP<panzer::LocalMeshInfo>
34}
35
36#endif
Teuchos::RCP< panzer::LocalMeshInfo > generateLocalMeshInfo(const panzer_stk::STK_Interface &mesh)
Create a structure containing information about the local portion of a given element block.