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.
|
#include "containers/array_1d.h"
Go to the source code of this file.
Classes | |
class | Kratos::ButcherTableau< Derived, TOrder, TSubstepCount > |
Butcher tableau for Runge-Kutta method. More... | |
class | Kratos::ButcherTableauForwardEuler |
class | Kratos::ButcherTableauMidPointMethod |
class | Kratos::ButcherTableauRK3TVD |
Explicit total variation diminishing 3rd order Runge-Kutta. More... | |
class | Kratos::ButcherTableauRK4 |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |