BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
fn_IF_initialize_shape_function.hpp
Go to the documentation of this file.
1
//
2
// Created by Christian Messe on 04.11.19.
3
//
4
5
#ifndef BELFEM_FN_IF_INITIALIZE_SHAPE_FUNCTION_HPP
6
#define BELFEM_FN_IF_INITIALIZE_SHAPE_FUNCTION_HPP
7
8
#include "
typedefs.hpp
"
9
#include "
cl_Cell.hpp
"
10
#include "
cl_Vector.hpp
"
11
#include "
cl_Matrix.hpp
"
12
#include "
cl_IF_InterpolationFunction.hpp
"
13
14
namespace
belfem
15
{
16
namespace
fem
17
{
18
//------------------------------------------------------------------------------
19
20
InterpolationFunction
*
21
initialize_shape_function
(
22
const
ElementType
& aElementType,
23
const
Matrix< real > & aXi,
24
Cell< Matrix< real > > & aN,
25
Cell< Matrix< real > > & adNdXi,
26
Cell< Matrix< real > > & ad2NdXi2 );
27
28
//------------------------------------------------------------------------------
29
}
30
}
31
#endif
//BELFEM_CL_FEM_INITIALIZE_SHAPE_FUNCTION_HPP
cl_Cell.hpp
cl_IF_InterpolationFunction.hpp
cl_Matrix.hpp
cl_Vector.hpp
belfem::fem::InterpolationFunction
the shape function base class
Definition
cl_IF_InterpolationFunction.hpp:24
belfem::fem
Definition
cl_IFB_LINE3.hpp:21
belfem::fem::initialize_shape_function
InterpolationFunction * initialize_shape_function(const ElementType &aElementType, const Matrix< real > &aXi, Cell< Matrix< real > > &aN, Cell< Matrix< real > > &adNdXi, Cell< Matrix< real > > &ad2NdXi2)
Definition
fn_IF_initialize_shape_function.cpp:15
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
belfem::ElementType
ElementType
Element types.
Definition
Mesh_Enums.hpp:27
typedefs.hpp
src
fem
interpolation
fn_IF_initialize_shape_function.hpp
Generated by
1.18.0