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 | List of all members
core.xdmf.ConditionData Class Reference
Inheritance diagram for core.xdmf.ConditionData:
Collaboration diagram for core.xdmf.ConditionData:

Public Member Functions

def __init__ (self, name, data)
 Construct the object. More...
 
- Public Member Functions inherited from core.xdmf.GeometrycalObjectData
def name (self)
 A descriptive name of the results data. More...
 
def center (self)
 Specifies where the data is centered. More...
 
def attribute_type (self)
 Specifies the rank of the data. More...
 
def create_xml_element (self)
 Return the XDMF item as an XML element node in the XML document tree. More...
 
- Public Member Functions inherited from core.xdmf.Attribute
def xml_tag (self)
 Return the XML tag for the XDMF item as a string. More...
 

Additional Inherited Members

- Public Attributes inherited from core.xdmf.GeometrycalObjectData
 data
 

Constructor & Destructor Documentation

◆ __init__()

def core.xdmf.ConditionData.__init__ (   self,
  name,
  data 
)

Construct the object.

    Keyword arguments:
    name -- the name of the results data, e.g., "PRESSURE"
    data -- the data item for the corresponding HDF5 data set

Reimplemented from core.xdmf.GeometrycalObjectData.


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