MGIS
Loading...
Searching...
No Matches
mgis::function::FunctionDataSize< data_size > Struct Template Reference

class describing the size (number of components) of the data manipulated by a quadrature function. More...

#include </home/runner/work/MFrontGenericInterfaceSupport/MFrontGenericInterfaceSupport/include/MGIS/Function/Function.hxx>

Public Member Functions

constexpr bool isScalar () const noexcept
 
constexpr size_type getNumberOfComponents () const noexcept
 

Detailed Description

template<size_type data_size>
requires (data_size > 0)
struct mgis::function::FunctionDataSize< data_size >

class describing the size (number of components) of the data manipulated by a quadrature function.

Member Function Documentation

◆ getNumberOfComponents()

template<size_type data_size>
requires (data_size > 0)
constexpr size_type mgis::function::FunctionDataSize< data_size >::getNumberOfComponents ( ) const
constexprnoexcept
Returns
the number of components

◆ isScalar()

template<size_type data_size>
requires (data_size > 0)
constexpr bool mgis::function::FunctionDataSize< data_size >::isScalar ( ) const
constexprnoexcept
Returns
the number of components

The documentation for this struct was generated from the following files: