BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
cl_EdgeFunctionFactory.hpp
Go to the documentation of this file.
1//
2// Created by christian on 12/3/21.
3//
4
5#ifndef BELFEM_CL_EDGEFUNCTIONFACTORY_HPP
6#define BELFEM_CL_EDGEFUNCTIONFACTORY_HPP
7
9
10namespace belfem
11{
12 namespace fem
13 {
14
22 {
23//------------------------------------------------------------------------------
24 public:
25//------------------------------------------------------------------------------
26
28
29//------------------------------------------------------------------------------
30
32
33//------------------------------------------------------------------------------
34
36 create_edge_function( const ElementType aElementType );
37
38//------------------------------------------------------------------------------
39 };
40//------------------------------------------------------------------------------
41 } /* end namespace fem */
42} /* end namespace belfem */
43
44
45#endif //BELFEM_CL_EDGEFUNCTIONFACTORY_HPP
EdgeFunctionFactory()
Definition cl_EdgeFunctionFactory.cpp:23
EdgeFunction * create_edge_function(const ElementType aElementType)
Definition cl_EdgeFunctionFactory.cpp:31
the edge function base class
Definition cl_EF_EdgeFunction.hpp:32
Definition cl_IFB_LINE3.hpp:21
USER GUIDES:
Definition cl_Capacitor.cpp:16
ElementType
Element types.
Definition Mesh_Enums.hpp:27