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.
|
A viewer to view component's data in optimization problem. More...
Public Member Functions | |
def | __init__ (self, Any component, OptimizationProblem optimization_problem) |
def | ResetData (self) |
def | SetDataBuffer (self, int buffer_size) |
Any | GetComponent (self) |
BufferedDict | GetBufferedData (self) |
BufferedDict | GetUnBufferedData (self) |
str | GetDataPath (self) |
def | GetComponentName (self) |
A viewer to view component's data in optimization problem.
Instances of this class create or view provided component's data in the OptimizationProblem container. It will view both buffered and unbuffered data. The component must be first added to the OptimizationProblem to use instances of this class to modify component data.
def component_data_view.ComponentDataView.__init__ | ( | self, | |
Any | component, | ||
OptimizationProblem | optimization_problem | ||
) |
BufferedDict component_data_view.ComponentDataView.GetBufferedData | ( | self | ) |
Any component_data_view.ComponentDataView.GetComponent | ( | self | ) |
def component_data_view.ComponentDataView.GetComponentName | ( | self | ) |
str component_data_view.ComponentDataView.GetDataPath | ( | self | ) |
BufferedDict component_data_view.ComponentDataView.GetUnBufferedData | ( | self | ) |
def component_data_view.ComponentDataView.ResetData | ( | self | ) |
def component_data_view.ComponentDataView.SetDataBuffer | ( | self, | |
int | buffer_size | ||
) |