|
| def | __init__ (self, name, vtype, is3D=False) |
| | Creates a variable for an application. More...
|
| |
◆ __init__()
| def classes.variableCreator.VariableCreator.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
vtype, |
|
|
|
is3D = False |
|
) |
| |
Creates a variable for an application.
Input
-----
- name: string
name of the variable
- vtype: string
type of the variable
- is3D:: boolean
determines if the variable is vectorial(True) or scalar(False, default)
NOTE: This will be could be replaced by VariableCreator3D at some point.
◆ createString
| classes.variableCreator.VariableCreator.createString |
◆ defineString
| classes.variableCreator.VariableCreator.defineString |
◆ registerPythonString
| classes.variableCreator.VariableCreator.registerPythonString |
◆ registerString
| classes.variableCreator.VariableCreator.registerString |
The documentation for this class was generated from the following file:
- /home/runner/work/Documentation/Documentation/master/kratos/python_scripts/application_generator/classes/variableCreator.py