WRApplication
External kratos "application" for multiscale time integration.
KratosDataset Class Reference

Class representing a Variable stored in a ModelPart. More...

Inheritance diagram for KratosDataset:
Collaboration diagram for KratosDataset:

Public Member Functions

KratosMultiphysics.Parameters GetDefaultParameters (cls)
 
None Fetch (self)
 Update the internally stored Expression. More...
 
None Assign (self)
 Overwrite the associated storage with the data of the internally stored Expression. More...
 
KratosMultiphysics.Expression.Expression expression (self)
 Provide access to the internally stored Expression. More...
 
None expression (self, KratosMultiphysics.Expression.Expression right)
 Overwrite the internally stored Expression. More...
 
- Public Member Functions inherited from Dataset
"Dataset" Factory (cls, KratosMultiphysics.Model model, KratosMultiphysics.Parameters parameters)
 

Detailed Description

Class representing a Variable stored in a ModelPart.

@classname KratosDataset

Default parameters:

{
"model_part_name" : "", // <== full name of the associated model part
"container_type" : "" // <== ["nodal_historical", "nodal", "element", "condition"]
"variable_name" : "" // <== name of the associated variable
}

Member Function Documentation

◆ Assign()

None Assign (   self)

Overwrite the associated storage with the data of the internally stored Expression.

Reimplemented from Dataset.

◆ expression() [1/2]

KratosMultiphysics.Expression.Expression expression (   self)

Provide access to the internally stored Expression.

Reimplemented from Dataset.

◆ expression() [2/2]

None expression (   self,
KratosMultiphysics.Expression.Expression  right 
)

Overwrite the internally stored Expression.

Reimplemented from Dataset.

◆ Fetch()

None Fetch (   self)

Update the internally stored Expression.

Reimplemented from Dataset.

◆ GetDefaultParameters()

KratosMultiphysics.Parameters GetDefaultParameters (   cls)

The documentation for this class was generated from the following file: