Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
smith::ParamFields< Spaces > Struct Template Reference

Registered parameter-only field bundle. More...

#include <coupling_params.hpp>

Public Member Functions

 ParamFields (FieldType< Spaces >... fs)
 Constructor.
 

Public Attributes

std::tuple< FieldType< Spaces >... > fields
 

Static Public Attributes

static constexpr std::size_t num_fields = sizeof...(Spaces)
 Number of fields.
 

Detailed Description

template<typename... Spaces>
struct smith::ParamFields< Spaces >

Registered parameter-only field bundle.

Definition at line 56 of file coupling_params.hpp.

Member Data Documentation

◆ fields

template<typename... Spaces>
std::tuple<FieldType<Spaces>...> smith::ParamFields< Spaces >::fields

The fields.

Definition at line 58 of file coupling_params.hpp.


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