BELFEM
0.9.0
Berkeley Lab Finite Element Framework
Toggle main menu visibility
Loading...
Searching...
No Matches
fn_intpoints.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_FN_INTPOINTS_HPP
13
#define BELFEM_FN_INTPOINTS_HPP
14
15
#include "
typedefs.hpp
"
16
#include "
cl_Vector.hpp
"
17
#include "
cl_Matrix.hpp
"
18
19
#include "
assert.hpp
"
20
#include "
meshtools.hpp
"
21
#include "
en_IntegrationScheme.hpp
"
22
namespace
belfem
23
{
24
//------------------------------------------------------------------------------
25
26
void
27
intpoints
(
const
enum
IntegrationScheme
aIntegrationScheme,
28
const
enum
GeometryType
aGeometryType,
29
const
uint
aOrder,
30
Vector< real >
& aWeights,
31
Matrix< real >
& aPoints );
32
33
//------------------------------------------------------------------------------
34
namespace
integration
35
{
36
//------------------------------------------------------------------------------
37
void
38
gauss_line
(
39
const
int
aOrder,
40
Vector <real> & aWeights,
41
Matrix <real> & aPoints );
42
43
//------------------------------------------------------------------------------
44
45
void
46
gauss_quad
(
47
const
int
aOrder,
48
Vector <real> & aWeights,
49
Matrix <real> & aPoints );
50
51
//------------------------------------------------------------------------------
52
53
void
54
gauss_hex
(
55
const
int
aOrder,
56
Vector <real> & aWeights,
57
Matrix <real> & aPoints );
58
59
//------------------------------------------------------------------------------
60
}
61
//------------------------------------------------------------------------------
62
}
63
#endif
//BELFEM_FN_INTPOINTS_HPP
64
65
#include "
fn_intpoints_gauss_tri3.hpp
"
assert.hpp
cl_Matrix.hpp
cl_Vector.hpp
belfem::Matrix< real >
belfem::Vector< real >
en_IntegrationScheme.hpp
fn_intpoints_gauss_tri3.hpp
meshtools.hpp
belfem::integration
Definition
fn_intpoints.cpp:576
belfem::integration::gauss_quad
void gauss_quad(const int aOrder, Vector< real > &aWeights, Matrix< real > &aPoints)
Definition
fn_intpoints.cpp:605
belfem::integration::gauss_hex
void gauss_hex(const int aOrder, Vector< real > &aWeights, Matrix< real > &aPoints)
Definition
fn_intpoints.cpp:640
belfem::integration::gauss_line
void gauss_line(const int aOrder, Vector< real > &aWeights, Matrix< real > &aPoints)
Definition
fn_intpoints.cpp:580
belfem
USER GUIDES:
Definition
cl_Capacitor.cpp:16
belfem::intpoints
void intpoints(const enum IntegrationScheme aIntegrationScheme, const enum GeometryType aGeometryType, const uint aOrder, Vector< real > &aWeights, Matrix< real > &aPoints)
Definition
fn_intpoints.cpp:99
belfem::IntegrationScheme
IntegrationScheme
Definition
en_IntegrationScheme.hpp:22
belfem::uint
unsigned int uint
Definition
typedefs.hpp:30
belfem::GeometryType
GeometryType
Definition
Mesh_Enums.hpp:70
typedefs.hpp
src
numerics
integration
fn_intpoints.hpp
Generated by
1.18.0