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

Public Member Functions

def __init__ (self, model, settings)
 A solver with the minimal methods to run an analysis. More...
 
def ImportModelPart (self)
 
def AddVariables (self)
 
def AddDofs (self)
 
def GetMinimumBufferSize (self)
 
def GetComputingModelPart (self)
 
def AdvanceInTime (self, current_time)
 
def GetDefaultParameters (cls)
 

Public Attributes

 model_part
 
 EstimateDeltaTimeUtility
 

Constructor & Destructor Documentation

◆ __init__()

def empty_solver_for_testing.EmptySolverForTesting.__init__ (   self,
  model,
  settings 
)

A solver with the minimal methods to run an analysis.

Member Function Documentation

◆ AddDofs()

def empty_solver_for_testing.EmptySolverForTesting.AddDofs (   self)

◆ AddVariables()

def empty_solver_for_testing.EmptySolverForTesting.AddVariables (   self)

◆ AdvanceInTime()

def empty_solver_for_testing.EmptySolverForTesting.AdvanceInTime (   self,
  current_time 
)

◆ GetComputingModelPart()

def empty_solver_for_testing.EmptySolverForTesting.GetComputingModelPart (   self)

◆ GetDefaultParameters()

def empty_solver_for_testing.EmptySolverForTesting.GetDefaultParameters (   cls)

◆ GetMinimumBufferSize()

def empty_solver_for_testing.EmptySolverForTesting.GetMinimumBufferSize (   self)

◆ ImportModelPart()

def empty_solver_for_testing.EmptySolverForTesting.ImportModelPart (   self)

Member Data Documentation

◆ EstimateDeltaTimeUtility

empty_solver_for_testing.EmptySolverForTesting.EstimateDeltaTimeUtility

◆ model_part

empty_solver_for_testing.EmptySolverForTesting.model_part

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