Serac  0.1
Serac is an implicit thermal strucural mechanics simulation code.
Public Types | List of all members
serac::solid_mechanics::underlying_scalar< T > Struct Template Reference

Infers type resulting from algebraic expressions of a group of variables. More...

#include <parameterized_solid_material.hpp>

Public Types

using type = decltype((T{}+...))
 type of the sum of the parameters
 

Detailed Description

template<typename... T>
struct serac::solid_mechanics::underlying_scalar< T >

Infers type resulting from algebraic expressions of a group of variables.

Useful if one needs to create a variable that is dual-valued if any operands are dual.

Definition at line 118 of file parameterized_solid_material.hpp.


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