OGS
|
y ... variable in global matrix x ... "physical" process variable in local assembly
x = exp(y), dx = dx/dy * dy dx/dy = exp(y) = x
Definition at line 28 of file VariableTransformation.h.
#include <VariableTransformation.h>
Static Public Member Functions | |
static double | x (const double y) |
static double | dxdy (const double x) |
Static Public Attributes | |
static const bool | constrained = true |
|
inlinestatic |
Derivative of the "physical" variable x w.r.t. y. the argument is x!
Definition at line 38 of file VariableTransformation.h.
References x().
|
inlinestatic |
Converts global matrix entry to "physical" variable used in local assembly.
Definition at line 34 of file VariableTransformation.h.
Referenced by dxdy().
|
static |
Definition at line 30 of file VariableTransformation.h.