NeoFOAM
WIP Prototype of a modern OpenFOAM core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Concepts
Classes | Namespaces
rungeKutta.hpp File Reference
#include <functional>
#include <memory>
#include "NeoFOAM/core/database/fieldCollection.hpp"
#include "NeoFOAM/core/database/oldTimeCollection.hpp"
#include "NeoFOAM/core/parallelAlgorithms.hpp"
#include "NeoFOAM/fields/field.hpp"
#include "NeoFOAM/timeIntegration/timeIntegration.hpp"
#include "NeoFOAM/timeIntegration/sundials.hpp"

Go to the source code of this file.

Classes

class  NeoFOAM::timeIntegration::RungeKutta< SolutionFieldType >
 Integrates in time, using Sundials, a PDE expression using the Runge-Kutta method. More...
 

Namespaces

namespace  NeoFOAM
 
namespace  NeoFOAM::timeIntegration