MGIS
Loading...
Searching...
No Matches
mgis::function::FunctionDataStride< data_stride > Struct Template Reference

class describing the stride (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 size_type getDataStride () const noexcept
 

Detailed Description

template<size_type data_stride>
requires (data_stride > 0)
struct mgis::function::FunctionDataStride< data_stride >

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

Member Function Documentation

◆ getDataStride()

template<size_type data_stride>
requires (data_stride > 0)
constexpr size_type mgis::function::FunctionDataStride< data_stride >::getDataStride ( ) const
constexprnoexcept
Returns
the stride of data, i.e. the distance between the values of two successive integration points.

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