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
helpers.dummy_solver_wrapper.DummySolverWrapper Class Reference

This class serves as dummy for testing, it does not solve anything It only imports a mesh that can be used in the testing workflow. More...

Inheritance diagram for helpers.dummy_solver_wrapper.DummySolverWrapper:
Collaboration diagram for helpers.dummy_solver_wrapper.DummySolverWrapper:

Public Member Functions

def __init__ (self, settings, model, solver_name)
 
def Initialize (self)
 
def AdvanceInTime (self, current_time)
 

Public Attributes

 time_step
 
 model_part
 

Detailed Description

This class serves as dummy for testing, it does not solve anything It only imports a mesh that can be used in the testing workflow.

Note that this is only an example, other configurations are of course also possible

Constructor & Destructor Documentation

◆ __init__()

def helpers.dummy_solver_wrapper.DummySolverWrapper.__init__ (   self,
  settings,
  model,
  solver_name 
)

Member Function Documentation

◆ AdvanceInTime()

def helpers.dummy_solver_wrapper.DummySolverWrapper.AdvanceInTime (   self,
  current_time 
)

◆ Initialize()

def helpers.dummy_solver_wrapper.DummySolverWrapper.Initialize (   self)

Member Data Documentation

◆ model_part

helpers.dummy_solver_wrapper.DummySolverWrapper.model_part

◆ time_step

helpers.dummy_solver_wrapper.DummySolverWrapper.time_step

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