OGS
ProcessLib::TrafoIdentity Struct Reference

Detailed Description

Definition at line 41 of file VariableTransformation.h.

#include <VariableTransformation.h>

Static Public Member Functions

static double x (const double y)
 
static double dxdy (const double)
 

Static Public Attributes

static const bool constrained = false
 

Member Function Documentation

◆ dxdy()

static double ProcessLib::TrafoIdentity::dxdy ( const double )
inlinestatic

Derivative of the "physical" variable x w.r.t. y. the argument is x!

Definition at line 51 of file VariableTransformation.h.

51{ return 1.0; }

◆ x()

static double ProcessLib::TrafoIdentity::x ( const double y)
inlinestatic

Converts global matrix entry to "physical" variable used in local assembly.

Definition at line 47 of file VariableTransformation.h.

47{ return y; }

Member Data Documentation

◆ constrained

const bool ProcessLib::TrafoIdentity::constrained = false
static

Definition at line 43 of file VariableTransformation.h.


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