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
spatial_utilities.SpatialDistributionOutput Class Reference
Inheritance diagram for spatial_utilities.SpatialDistributionOutput:
Collaboration diagram for spatial_utilities.SpatialDistributionOutput:

Public Member Functions

def __init__ (self, container_type, norm_type, variable_name, method_settings)
 
def Evaluate (self, *args)
 
def GetHeaders (self)
 
def GetValues (self, length, precision)
 
def GetValueLengths (self, value_length)
 
- Public Member Functions inherited from spatial_utilities.SpatialMethodOutput
def __init__ (self, method_name, container_type, norm_type, variable_name, method_settings=Kratos.Parameters("""{}"""))
 
def Evaluate (self, model_part)
 
def __str__ (self)
 

Public Attributes

 write_min_value
 
 write_max_value
 
- Public Attributes inherited from spatial_utilities.SpatialMethodOutput
 method_name
 
 container_type
 
 norm_type
 
 variable_name
 
 method_settings
 
 variable
 
 container
 
 norm_type_container
 
 method
 
 data
 

Constructor & Destructor Documentation

◆ __init__()

def spatial_utilities.SpatialDistributionOutput.__init__ (   self,
  container_type,
  norm_type,
  variable_name,
  method_settings 
)

Member Function Documentation

◆ Evaluate()

def spatial_utilities.SpatialDistributionOutput.Evaluate (   self,
args 
)

◆ GetHeaders()

def spatial_utilities.SpatialDistributionOutput.GetHeaders (   self)

◆ GetValueLengths()

def spatial_utilities.SpatialDistributionOutput.GetValueLengths (   self,
  value_length 
)

◆ GetValues()

def spatial_utilities.SpatialDistributionOutput.GetValues (   self,
  length,
  precision 
)

Member Data Documentation

◆ write_max_value

spatial_utilities.SpatialDistributionOutput.write_max_value

◆ write_min_value

spatial_utilities.SpatialDistributionOutput.write_min_value

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