NeoN
WIP Prototype of a modern OpenFOAM core
|
#include <iostream>
#include <memory>
#include <type_traits>
#include <utility>
#include <concepts>
#include "NeoN/core/primitives/scalar.hpp"
#include "NeoN/fields/field.hpp"
#include "NeoN/core/input.hpp"
#include "NeoN/core/primitives/label.hpp"
#include "NeoN/dsl/expression.hpp"
#include "NeoN/timeIntegration/timeIntegration.hpp"
#include "NeoN/linearAlgebra/linearSystem.hpp"
#include "NeoN/linearAlgebra/solver.hpp"
#include "NeoN/finiteVolume/cellCentred/linearAlgebra/sparsityPattern.hpp"
Go to the source code of this file.
Namespaces | |
namespace | NeoN |
namespace | NeoN::dsl |
Functions | |
template<typename VectorType > | |
void | NeoN::dsl::solve (Expression< typename VectorType::ElementType > &exp, VectorType &solution, scalar t, scalar dt, const Dictionary &fvSchemes, const Dictionary &fvSolution) |