BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
fn_entity_type.hpp
Go to the documentation of this file.
1
/*
2
* BELFEM -- The Berkeley Lab Finite Element Framework
3
* Copyright (c) 2026, The Regents of the University of California,
4
* through Lawrence Berkeley National Laboratory (subject to receipt of any required
5
* approvals from the U.S. Dept. of Energy). All rights reserved.
6
*
7
* Developers: Christian Messe, Gregory Giard
8
*
9
* See the top-level LICENSE file for the complete license and disclaimer.
10
*/
11
12
#ifndef BELFEM_FN_ENTITY_TYPE_HPP
13
#define BELFEM_FN_ENTITY_TYPE_HPP
14
15
#include "
typedefs.hpp
"
16
#include "
Mesh_Enums.hpp
"
17
18
namespace
belfem
19
{
23
EntityType
24
entity_type
(
const
string
& aFieldLabel );
25
26
string
27
to_string
(
const
EntityType
aEntityType );
28
29
}
30
31
#endif
//BELFEM_FN_ENTITY_TYPE_HPP
Mesh_Enums.hpp
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
belfem::EntityType
EntityType
Definition
Mesh_Enums.hpp:116
belfem::entity_type
EntityType entity_type(const string &aFieldLabel)
guesses the type of the entity based on the passed field
Definition
fn_entity_type.cpp:21
belfem::to_string
string to_string(const DomainType aDomainType)
Definition
en_DomainType.cpp:21
typedefs.hpp
src
mesh
fn_entity_type.hpp
Generated by
1.18.0