public class DVariableFactory extends XVariableFactory
| Constructor and Description |
|---|
DVariableFactory() |
| Modifier and Type | Method and Description |
|---|---|
PartialDerivative |
createDerivative(DVariable var,
String[] dnames,
Node eqn)
Creates a partial derivative of a given variable.
|
Variable |
createVariable(String name)
Create a variable with a name but not value
|
Variable |
createVariable(String name,
Object value)
Create a variable with a name and value
|
public PartialDerivative createDerivative(DVariable var, String[] dnames, Node eqn)
public Variable createVariable(String name, Object value)
VariableFactorycreateVariable in class XVariableFactorypublic Variable createVariable(String name)
VariableFactorycreateVariable in class XVariableFactoryCopyright © 2018. All rights reserved.