BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
en_FEM_BoundaryConditionImposing.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_EN_FEM_BOUNDARYCONDITIONIMPOSING
13
#define BELFEM_EN_FEM_BOUNDARYCONDITIONIMPOSING
14
15
namespace
belfem
16
{
17
namespace
fem
18
{
19
enum class
BoundaryConditionImposing
20
{
21
Free
= 0,
22
Dirichlet = 1,
// nodal value such as displacement or temperature
23
Neumann
= 2,
// nodal flux, such as heat load or force
24
Alpha
= 3,
// special type, for convective heat flux, no RADIATION !
25
Lambda
= 4,
// special type for maxwell
26
Weak
= 5,
// special type for maxwell
27
UNDEFINED = 6
28
};
29
}
30
}
31
#endif
// BELFEM_EN_FEM_BOUNDARYCONDITIONIMPOSING
belfem::fem
Definition
cl_IFB_LINE3.hpp:21
belfem::fem::BoundaryConditionImposing
BoundaryConditionImposing
Definition
en_FEM_BoundaryConditionImposing.hpp:20
belfem::fem::BoundaryConditionImposing::Lambda
@ Lambda
Definition
en_FEM_BoundaryConditionImposing.hpp:25
belfem::fem::BoundaryConditionImposing::Alpha
@ Alpha
Definition
en_FEM_BoundaryConditionImposing.hpp:24
belfem::fem::BoundaryConditionImposing::Weak
@ Weak
Definition
en_FEM_BoundaryConditionImposing.hpp:26
belfem::fem::BoundaryConditionImposing::Free
@ Free
Definition
en_FEM_BoundaryConditionImposing.hpp:21
belfem::fem::BoundaryConditionImposing::Neumann
@ Neumann
Definition
en_FEM_BoundaryConditionImposing.hpp:23
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
src
fem
kernel
en_FEM_BoundaryConditionImposing.hpp
Generated by
1.18.0