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
ode_solve.Grid1D Class Reference
Collaboration diagram for ode_solve.Grid1D:

Public Member Functions

def __init__ (self, size, lower_bound=0, upper_bound=1, grid=None)
 
def __getitem__ (self, index)
 
def __len__ (self)
 

Public Attributes

 grid
 
 size
 
 lower_bound
 
 upper_bound
 
 h
 

Constructor & Destructor Documentation

◆ __init__()

def ode_solve.Grid1D.__init__ (   self,
  size,
  lower_bound = 0,
  upper_bound = 1,
  grid = None 
)

Member Function Documentation

◆ __getitem__()

def ode_solve.Grid1D.__getitem__ (   self,
  index 
)

◆ __len__()

def ode_solve.Grid1D.__len__ (   self)

Member Data Documentation

◆ grid

ode_solve.Grid1D.grid

◆ h

ode_solve.Grid1D.h

◆ lower_bound

ode_solve.Grid1D.lower_bound

◆ size

ode_solve.Grid1D.size

◆ upper_bound

ode_solve.Grid1D.upper_bound

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