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
derivative_recovery.recoverer.LaplacianRecoverer Class Reference
Inheritance diagram for derivative_recovery.recoverer.LaplacianRecoverer:
Collaboration diagram for derivative_recovery.recoverer.LaplacianRecoverer:

Public Member Functions

def __init__ (self, project_parameters, model_part)
 
def RecoverVelocityLaplacian (self)
 
- Public Member Functions inherited from derivative_recovery.recoverer.GradientRecoverer
def RecoverGradientOfVelocity (self)
 
def RecoverPressureGradient (self)
 
def RecoverFluidFractionGradient (self)
 
- Public Member Functions inherited from derivative_recovery.recoverer.EmptyGradientRecoverer
def RecoverGradientOfScalar (self, scalar_variable, gradient_variable)
 
def RecoverGradientOfVector (self, vector_variable, gradient_variable_x, gradient_variable_y, gradient_variable_z)
 
- Public Member Functions inherited from derivative_recovery.recoverer.EmptyLaplacianRecoverer
def RecoverVectorLaplacian (self, vector_variable, laplacian_variable)
 

Additional Inherited Members

- Public Attributes inherited from derivative_recovery.recoverer.DerivativesRecoverer
 model_part
 
 cplusplus_recovery_tool
 

Constructor & Destructor Documentation

◆ __init__()

def derivative_recovery.recoverer.LaplacianRecoverer.__init__ (   self,
  project_parameters,
  model_part 
)

Member Function Documentation

◆ RecoverVelocityLaplacian()

def derivative_recovery.recoverer.LaplacianRecoverer.RecoverVelocityLaplacian (   self)

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