BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
en_IWG_SideSetDofLinkMode.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_IWG_SIDESETDOFLINKMODE_HPP
13#define BELFEM_EN_IWG_SIDESETDOFLINKMODE_HPP
14
15namespace belfem
16{
17 namespace fem
18 {
19//------------------------------------------------------------------------------
20
25 {
30 Cut = 4,
32 UNDEFINED = 6
33 };
34
35//------------------------------------------------------------------------------
36 }
37}
38
39#endif //BELFEM_EN_IWG_SIDESETDOFLINKMODE_HPP
Definition cl_IFB_LINE3.hpp:21
SideSetDofLinkMode
how the dofs of a sideset element are linked to its facet, master and slave elements ( six modes plus...
Definition en_IWG_SideSetDofLinkMode.hpp:25
@ FacetOnly
Definition en_IWG_SideSetDofLinkMode.hpp:26
@ FacetAndMaster
Definition en_IWG_SideSetDofLinkMode.hpp:27
@ Inactive
Definition en_IWG_SideSetDofLinkMode.hpp:31
@ MasterAndSlave
Definition en_IWG_SideSetDofLinkMode.hpp:29
@ FacetAndSlave
Definition en_IWG_SideSetDofLinkMode.hpp:28
@ Cut
Definition en_IWG_SideSetDofLinkMode.hpp:30
USER GUIDES:
Definition cl_Capacitor.cpp:16