|
MGIS
|
Namespaces | |
| namespace | mgis |
the namespace mgis encloses all the MGIS project. | |
Functions | |
| template<FunctionalSpaceConcept Space, TensorConcept TensorType> | |
| constexpr decltype(auto) | mgis::function::getSpace (const TensorialFunction< Space, TensorType > &) |
| template<FunctionalSpaceConcept Space, TensorConcept TensorType> | |
| constexpr auto | mgis::function::view (const TensorialFunction< Space, TensorType > &) |
| convert a tensorial function to a immutable view | |
| template<FunctionalSpaceConcept Space, TensorConcept TensorType> | |
| constexpr mgis::size_type | mgis::function::getNumberOfComponents (const TensorialFunction< Space, TensorType > &) noexcept |
|
constexprnoexcept |
|
constexpr |
convert a tensorial function to a immutable view
| [in] | f | function |