NeoN
WIP Prototype of a modern OpenFOAM core
|
#include <string>
#include "NeoN/core/database/database.hpp"
#include "NeoN/core/database/collection.hpp"
#include "NeoN/core/database/document.hpp"
#include "NeoN/core/database/fieldCollection.hpp"
Go to the source code of this file.
Classes | |
class | NeoN::finiteVolume::cellCentred::OldTimeDocument |
class | NeoN::finiteVolume::cellCentred::OldTimeCollection |
Namespaces | |
namespace | NeoN |
namespace | NeoN::finiteVolume |
namespace | NeoN::finiteVolume::cellCentred |
Functions | |
template<typename VectorType > | |
VectorType & | NeoN::finiteVolume::cellCentred::oldTime (VectorType &field) |
Retrieves the old time field of a given field. | |
template<typename VectorType > | |
const VectorType & | NeoN::finiteVolume::cellCentred::oldTime (const VectorType &field) |
Retrieves the old time field of a given field (const version). | |