BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
fn_IF_initialize_integration_points.hpp
Go to the documentation of this file.
1
//
2
// Created by Christian Messe on 03.11.19.
3
//
4
5
#ifndef BELFEM_FN_IF_INITIALIZE_INTEGRATION_POINTS_HPP
6
#define BELFEM_FN_IF_INITIALIZE_INTEGRATION_POINTS_HPP
7
8
#include "
typedefs.hpp
"
9
#include "
Mesh_Enums.hpp
"
10
#include "
cl_Vector.hpp
"
11
#include "
cl_Matrix.hpp
"
12
#include "
en_IntegrationScheme.hpp
"
13
14
namespace
belfem
15
{
16
namespace
fem
17
{
18
//------------------------------------------------------------------------------
19
20
// aIntegrationOrder == 0 selects auto_integration_order() ( 4 / 7 / 10 for linear / quadratic / cubic elements )
21
void
22
initialize_integration_points
(
23
const
ElementType
& aElementType,
24
Vector< real > & aWeights,
25
Matrix< real > & aPoints,
26
const
uint
aIntegrationOrder=0,
27
const
IntegrationScheme
aIntegrationScheme=
IntegrationScheme::GAUSS
);
28
29
//------------------------------------------------------------------------------
30
31
// aIntegrationOrder == 0 selects auto_integration_order() ( 4 / 7 / 10 for linear / quadratic / cubic elements )
32
void
33
initialize_integration_points
(
34
const
GeometryType
& aGeometryType,
35
Vector< real > & aWeights,
36
Matrix< real > & aPoints,
37
const
uint
aIntegrationOrder,
38
const
IntegrationScheme
aIntegrationScheme=
IntegrationScheme::GAUSS
);
39
40
//------------------------------------------------------------------------------
41
}
42
}
43
#endif
//BELFEM_FN_IF_INITIALIZE_INTEGRATION_POINTS_HPP
Mesh_Enums.hpp
cl_Matrix.hpp
cl_Vector.hpp
en_IntegrationScheme.hpp
belfem::fem
Definition
cl_IFB_LINE3.hpp:21
belfem::fem::initialize_integration_points
void initialize_integration_points(const ElementType &aElementType, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme)
Definition
fn_IF_initialize_integration_points.cpp:15
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
belfem::IntegrationScheme
IntegrationScheme
Definition
en_IntegrationScheme.hpp:22
belfem::IntegrationScheme::GAUSS
@ GAUSS
Definition
en_IntegrationScheme.hpp:23
belfem::uint
unsigned int uint
Definition
typedefs.hpp:30
belfem::ElementType
ElementType
Element types.
Definition
Mesh_Enums.hpp:27
belfem::GeometryType
GeometryType
Definition
Mesh_Enums.hpp:70
typedefs.hpp
src
fem
interpolation
fn_IF_initialize_integration_points.hpp
Generated by
1.18.0