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 | |
| void belfem::fem::facetintpoints::intpoints_hex | ( | const uint | aMasterIndex, |
| Vector< real > & | aWeights, | ||
| Matrix< real > & | aPoints, | ||
| const uint | aIntegrationOrder, | ||
| const IntegrationScheme | aIntegrationScheme = IntegrationScheme::GAUSS ) |
| 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
| void belfem::fem::facetintpoints::intpoints_penta | ( | const uint | aMasterIndex, |
| Vector< real > & | aWeights, | ||
| Matrix< real > & | aPoints, | ||
| const uint | aIntegrationOrder, | ||
| const IntegrationScheme | aIntegrationScheme = IntegrationScheme::GAUSS ) |
| 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
| void belfem::fem::facetintpoints::intpoints_pyra | ( | const uint | aMasterIndex, |
| Vector< real > & | aWeights, | ||
| Matrix< real > & | aPoints, | ||
| const uint | aIntegrationOrder, | ||
| const IntegrationScheme | aIntegrationScheme = IntegrationScheme::GAUSS ) |
| 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
| void belfem::fem::facetintpoints::intpoints_quad | ( | const uint | aMasterIndex, |
| Vector< real > & | aWeights, | ||
| Matrix< real > & | aPoints, | ||
| const uint | aIntegrationOrder, | ||
| const IntegrationScheme | aIntegrationScheme = IntegrationScheme::GAUSS ) |
| 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
| void belfem::fem::facetintpoints::intpoints_tet | ( | const uint | aMasterIndex, |
| Vector< real > & | aWeights, | ||
| Matrix< real > & | aPoints, | ||
| const uint | aIntegrationOrder, | ||
| const IntegrationScheme | aIntegrationScheme = IntegrationScheme::GAUSS ) |
| 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
| void belfem::fem::facetintpoints::intpoints_tri | ( | const uint | aMasterIndex, |
| Vector< real > & | aWeights, | ||
| Matrix< real > & | aPoints, | ||
| const uint | aIntegrationOrder, | ||
| const IntegrationScheme | aIntegrationScheme = IntegrationScheme::GAUSS ) |