KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Public Member Functions | Public Attributes | List of all members
classes.variableCreator.VariableCreator Class Reference
Inheritance diagram for classes.variableCreator.VariableCreator:
Collaboration diagram for classes.variableCreator.VariableCreator:

Public Member Functions

def __init__ (self, name, vtype, is3D=False)
 Creates a variable for an application. More...
 

Public Attributes

 defineString
 
 createString
 
 registerString
 
 registerPythonString
 

Constructor & Destructor Documentation

◆ __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.

Member Data Documentation

◆ 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: