BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
fn_intpoints.hpp File Reference
#include "typedefs.hpp"
#include "cl_Vector.hpp"
#include "cl_Matrix.hpp"
#include "assert.hpp"
#include "meshtools.hpp"
#include "en_IntegrationScheme.hpp"
#include "fn_intpoints_gauss_tri3.hpp"
Include dependency graph for fn_intpoints.hpp:

Go to the source code of this file.

Namespaces

namespace  belfem
 USER GUIDES:
namespace  belfem::integration

Functions

void belfem::intpoints (const enum IntegrationScheme aIntegrationScheme, const enum GeometryType aGeometryType, const uint aOrder, Vector< real > &aWeights, Matrix< real > &aPoints)
void belfem::integration::gauss_line (const int aOrder, Vector< real > &aWeights, Matrix< real > &aPoints)
void belfem::integration::gauss_quad (const int aOrder, Vector< real > &aWeights, Matrix< real > &aPoints)
void belfem::integration::gauss_hex (const int aOrder, Vector< real > &aWeights, Matrix< real > &aPoints)