Flow123d  master-f44eb46
Static Public Member Functions | List of all members
detail::n_components< FIELD_TUPLE, INDEX > Struct Template Reference

#include <field_model.hh>

Static Public Member Functions

static uint eval (FIELD_TUPLE fields, uint n_comp)
 

Detailed Description

template<typename FIELD_TUPLE, int INDEX>
struct detail::n_components< FIELD_TUPLE, INDEX >

Check common number of components of the input fields/multifields. Return number of components. Return 0 for no multifields. Throw for different number of components.

Definition at line 93 of file field_model.hh.

Member Function Documentation

◆ eval()

template<typename FIELD_TUPLE , int INDEX>
static uint detail::n_components< FIELD_TUPLE, INDEX >::eval ( FIELD_TUPLE  fields,
uint  n_comp 
)
inlinestatic

Definition at line 94 of file field_model.hh.

Here is the caller graph for this function:

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