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.
Classes | Public Member Functions | List of all members
empire_wrapper.EmpireWrapper Class Reference
Collaboration diagram for empire_wrapper.EmpireWrapper:

Classes

class  __EmpireWrapper
 

Public Member Functions

def __init__ (self, echo_level=0, dry_run=False)
 Create singleton instance. More...
 
def __getattr__ (self, attr)
 Delegate access to implementation. More...
 
def __setattr__ (self, attr, value)
 Delegate access to implementation. More...
 

Constructor & Destructor Documentation

◆ __init__()

def empire_wrapper.EmpireWrapper.__init__ (   self,
  echo_level = 0,
  dry_run = False 
)

Create singleton instance.

Member Function Documentation

◆ __getattr__()

def empire_wrapper.EmpireWrapper.__getattr__ (   self,
  attr 
)

Delegate access to implementation.

◆ __setattr__()

def empire_wrapper.EmpireWrapper.__setattr__ (   self,
  attr,
  value 
)

Delegate access to implementation.


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