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 | |
class | RegularGrid1D |
class | DomainPanel3D |
class | DomainPanel2D |
Functions | |
def | isclose (a, b, rel_tol=1e-9, abs_tol=0.) |
Variables | |
Extent = namedtuple('Extent', ['lower', 'upper']) | |
IndexSpan = namedtuple('IndexSpan', ['begin', 'end']) | |
def projection_utilities.isclose | ( | a, | |
b, | |||
rel_tol = 1e-9 , |
|||
abs_tol = 0. |
|||
) |
projection_utilities.Extent = namedtuple('Extent', ['lower', 'upper']) |
projection_utilities.IndexSpan = namedtuple('IndexSpan', ['begin', 'end']) |