MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
grad::GradientSizeHelper< N_SIZE1, N_SIZE2 > Struct Template Reference

#include <gradient.h>

Collaboration diagram for grad::GradientSizeHelper< N_SIZE1, N_SIZE2 >:

Public Types

typedef Gradient< iDimensionGradientType
 

Static Public Attributes

static const index_type iDimension = (N_SIZE1 == 0 || N_SIZE2 == 0) ? 0 : (N_SIZE1 > N_SIZE2 ? N_SIZE1 : N_SIZE2)
 

Detailed Description

template<index_type N_SIZE1, index_type N_SIZE2>
struct grad::GradientSizeHelper< N_SIZE1, N_SIZE2 >

Definition at line 1318 of file gradient.h.

Member Typedef Documentation

template<index_type N_SIZE1, index_type N_SIZE2>
typedef Gradient<iDimension> grad::GradientSizeHelper< N_SIZE1, N_SIZE2 >::GradientType

Definition at line 1320 of file gradient.h.

Member Data Documentation

template<index_type N_SIZE1, index_type N_SIZE2>
const index_type grad::GradientSizeHelper< N_SIZE1, N_SIZE2 >::iDimension = (N_SIZE1 == 0 || N_SIZE2 == 0) ? 0 : (N_SIZE1 > N_SIZE2 ? N_SIZE1 : N_SIZE2)
static

Definition at line 1319 of file gradient.h.


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