Panzer
Version of the Day
Loading...
Searching...
No Matches
disc-fe
src
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
31
void
buildBlockIdToPhysicsIdMap
(std::map<std::string,std::string>& b_to_p,
32
const
Teuchos::ParameterList& p);
33
34
}
35
36
#endif
Teuchos
Definition
Panzer_BC.hpp:26
panzer
Computes .
Definition
Panzer_BasisValues_Evaluator_decl.hpp:22
panzer::buildBlockIdToPhysicsIdMap
void buildBlockIdToPhysicsIdMap(std::map< std::string, std::string > &b_to_p, const Teuchos::ParameterList &p)
Populates a map from element block ID to physics ID, one entry per parameter from the given flat Para...
Definition
Panzer_ElementBlockIdToPhysicsIdMap.cpp:16
Generated by
1.9.8