OGS
MaterialPropertyLib::D2ValueConfig Struct Reference

Detailed Description

Second-derivative specification for a Function property: the two (unordered) variables to differentiate with respect to, and one expression string per value component.

Definition at line 19 of file Function.h.

#include <Function.h>

Public Attributes

std::string variable_name1
std::string variable_name2
std::vector< std::string > expressions

Member Data Documentation

◆ expressions

std::vector<std::string> MaterialPropertyLib::D2ValueConfig::expressions

Definition at line 23 of file Function.h.

◆ variable_name1

std::string MaterialPropertyLib::D2ValueConfig::variable_name1

Definition at line 21 of file Function.h.

◆ variable_name2

std::string MaterialPropertyLib::D2ValueConfig::variable_name2

Definition at line 22 of file Function.h.


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