BELFEM 0.9.0
Berkeley Lab Finite Element Framework
Loading...
Searching...
No Matches
belfem::fem::facetintpoints Namespace Reference

Functions

void intpoints_tri (const uint aMasterIndex, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
void intpoints_quad (const uint aMasterIndex, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
void intpoints_tet (const uint aMasterIndex, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
void intpoints_penta (const uint aMasterIndex, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
void intpoints_hex (const uint aMasterIndex, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
void intpoints_pyra (const uint aMasterIndex, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
void intpoints_quad (const uint aSlaveIndex, const uint aOrientation, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
 special function for slave side
void intpoints_pyra (const uint aSlaveIndex, const uint aOrientation, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
 special function for slave side
void intpoints_penta (const uint aSlaveIndex, const uint aOrientation, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
 special function for slave side
void intpoints_tet (const uint aSlaveIndex, const uint aOrientation, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
 special function for slave side
void intpoints_hex (const uint aSlaveIndex, const uint aOrientation, Vector< real > &aWeights, Matrix< real > &aPoints, const uint aIntegrationOrder, const IntegrationScheme aIntegrationScheme=IntegrationScheme::GAUSS)
 special function for slave side

Function Documentation

◆ intpoints_hex() [1/2]

void belfem::fem::facetintpoints::intpoints_hex ( const uint aMasterIndex,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )

◆ intpoints_hex() [2/2]

void belfem::fem::facetintpoints::intpoints_hex ( const uint aSlaveIndex,
const uint aOrientation,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )

special function for slave side

◆ intpoints_penta() [1/2]

void belfem::fem::facetintpoints::intpoints_penta ( const uint aMasterIndex,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )

◆ intpoints_penta() [2/2]

void belfem::fem::facetintpoints::intpoints_penta ( const uint aSlaveIndex,
const uint aOrientation,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )

special function for slave side

◆ intpoints_pyra() [1/2]

void belfem::fem::facetintpoints::intpoints_pyra ( const uint aMasterIndex,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )

◆ intpoints_pyra() [2/2]

void belfem::fem::facetintpoints::intpoints_pyra ( const uint aSlaveIndex,
const uint aOrientation,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )

special function for slave side

◆ intpoints_quad() [1/2]

void belfem::fem::facetintpoints::intpoints_quad ( const uint aMasterIndex,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )

◆ intpoints_quad() [2/2]

void belfem::fem::facetintpoints::intpoints_quad ( const uint aSlaveIndex,
const uint aOrientation,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )

special function for slave side

◆ intpoints_tet() [1/2]

void belfem::fem::facetintpoints::intpoints_tet ( const uint aMasterIndex,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )

◆ intpoints_tet() [2/2]

void belfem::fem::facetintpoints::intpoints_tet ( const uint aSlaveIndex,
const uint aOrientation,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )

special function for slave side

◆ intpoints_tri()

void belfem::fem::facetintpoints::intpoints_tri ( const uint aMasterIndex,
Vector< real > & aWeights,
Matrix< real > & aPoints,
const uint aIntegrationOrder,
const IntegrationScheme aIntegrationScheme = IntegrationScheme::GAUSS )