BELFEM 0.9.0
Berkeley Lab Finite Element Framework
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"
13
14namespace belfem
15{
16 namespace fem
17 {
18//------------------------------------------------------------------------------
19
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
the shape function base class
Definition cl_IF_InterpolationFunction.hpp:24
Definition cl_IFB_LINE3.hpp:21
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
USER GUIDES:
Definition cl_Capacitor.cpp:16
ElementType
Element types.
Definition Mesh_Enums.hpp:27