|
MGIS
|
#include "MGIS/Config.hxx"#include "MGIS/Function/SpaceConcept.hxx"#include "MGIS/Function/BasicLinearQuadratureSpace.ixx"Classes | |
| struct | mgis::function::BasicLinearQuadratureSpace< N > |
| a minimal implementation of linear quadrature space More... | |
| struct | mgis::function::BasicLinearQuadratureSpace< N >::DummyCellWorkspace |
| an empty element workspace More... | |
| struct | mgis::function::SpaceTraits< BasicLinearQuadratureSpace< N > > |
Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
Functions | |
| template<size_type N> | |
| constexpr size_type | mgis::function::getSpaceSize (const BasicLinearQuadratureSpace< N > &) noexcept |
| template<size_type N> | |
| constexpr size_type | mgis::function::getNumberOfCells (const BasicLinearQuadratureSpace< N > &) noexcept |
| template<size_type N> | |
| constexpr size_type | mgis::function::getNumberOfQuadraturePoints (const BasicLinearQuadratureSpace< N > &, const size_type) noexcept |
| template<size_type N> | |
| constexpr size_type | mgis::function::getQuadraturePointOffset (const BasicLinearQuadratureSpace< N > &, const size_type, const size_type) noexcept |
| template<size_type N> | |
| constexpr bool | mgis::function::areEquivalent (const BasicLinearQuadratureSpace< N > &, const BasicLinearQuadratureSpace< N > &) noexcept |