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
solver_wrappers.dummy_io.DummyIO Class Reference

This class is used if a Solver directly uses Kratos as a data-structure e.g. More...

Inheritance diagram for solver_wrappers.dummy_io.DummyIO:
Collaboration diagram for solver_wrappers.dummy_io.DummyIO:

Public Member Functions

def ImportCouplingInterface (self, interface_config)
 
def ExportCouplingInterface (self, interface_config)
 
def ImportData (self, data_config)
 
def ExportData (self, data_config)
 
def PrintInfo (self)
 
def Check (self)
 

Detailed Description

This class is used if a Solver directly uses Kratos as a data-structure e.g.

Kratos itself or simple-solvers written in Python

Member Function Documentation

◆ Check()

def solver_wrappers.dummy_io.DummyIO.Check (   self)

◆ ExportCouplingInterface()

def solver_wrappers.dummy_io.DummyIO.ExportCouplingInterface (   self,
  interface_config 
)

◆ ExportData()

def solver_wrappers.dummy_io.DummyIO.ExportData (   self,
  data_config 
)

◆ ImportCouplingInterface()

def solver_wrappers.dummy_io.DummyIO.ImportCouplingInterface (   self,
  interface_config 
)

◆ ImportData()

def solver_wrappers.dummy_io.DummyIO.ImportData (   self,
  data_config 
)

◆ PrintInfo()

def solver_wrappers.dummy_io.DummyIO.PrintInfo (   self)

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