Panzer  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Panzer_ElementBlockIdToPhysicsIdMap.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_ELEMENT_BLOCK_ID_TO_PHYSICS_ID_MAP_HPP
12 #define PANZER_ELEMENT_BLOCK_ID_TO_PHYSICS_ID_MAP_HPP
13 
14 #include <map>
15 #include <string>
16 
17 namespace Teuchos {
18  class ParameterList;
19 }
20 
21 namespace panzer {
22 
23  void buildBlockIdToPhysicsIdMap(std::map<std::string,std::string>& b_to_p,
24  const Teuchos::ParameterList& p);
25 
26 }
27 
28 #endif
void buildBlockIdToPhysicsIdMap(std::map< std::string, std::string > &b_to_p, const Teuchos::ParameterList &p)