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
onthefly_kratos_inlet_process.SubGrid1D Class Reference
Collaboration diagram for onthefly_kratos_inlet_process.SubGrid1D:

Public Member Functions

def lower_bound (self)
 
def upper_bound (self)
 
def step_size (self)
 
def gslice (self)
 
def __init__ (self, grid, start_pos, end_pos)
 
def __getitem__ (self, index)
 
def __len__ (self)
 
def has (self, coord)
 
def floor_index (self, coord)
 
def ceil_index (self, coord)
 

Public Attributes

 grid
 
 span
 

Constructor & Destructor Documentation

◆ __init__()

def onthefly_kratos_inlet_process.SubGrid1D.__init__ (   self,
  grid,
  start_pos,
  end_pos 
)

Member Function Documentation

◆ __getitem__()

def onthefly_kratos_inlet_process.SubGrid1D.__getitem__ (   self,
  index 
)

◆ __len__()

def onthefly_kratos_inlet_process.SubGrid1D.__len__ (   self)

◆ ceil_index()

def onthefly_kratos_inlet_process.SubGrid1D.ceil_index (   self,
  coord 
)

◆ floor_index()

def onthefly_kratos_inlet_process.SubGrid1D.floor_index (   self,
  coord 
)

◆ gslice()

def onthefly_kratos_inlet_process.SubGrid1D.gslice (   self)

◆ has()

def onthefly_kratos_inlet_process.SubGrid1D.has (   self,
  coord 
)

◆ lower_bound()

def onthefly_kratos_inlet_process.SubGrid1D.lower_bound (   self)

◆ step_size()

def onthefly_kratos_inlet_process.SubGrid1D.step_size (   self)

◆ upper_bound()

def onthefly_kratos_inlet_process.SubGrid1D.upper_bound (   self)

Member Data Documentation

◆ grid

onthefly_kratos_inlet_process.SubGrid1D.grid

◆ span

onthefly_kratos_inlet_process.SubGrid1D.span

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