NeoFOAM
WIP Prototype of a modern OpenFOAM core
|
#include <Kokkos_Core.hpp>
#include "NeoFOAM/fields/field.hpp"
#include "NeoFOAM/finiteVolume/cellCentred/boundary/volumeBoundaryFactory.hpp"
#include "NeoFOAM/mesh/unstructured.hpp"
#include "NeoFOAM/core/parallelAlgorithms.hpp"
Go to the source code of this file.
Classes | |
class | NeoFOAM::finiteVolume::cellCentred::volumeBoundary::FixedValue< ValueType > |
Namespaces | |
namespace | NeoFOAM |
namespace | NeoFOAM::finiteVolume |
namespace | NeoFOAM::finiteVolume::cellCentred |
namespace | NeoFOAM::finiteVolume::cellCentred::volumeBoundary |
namespace | NeoFOAM::finiteVolume::cellCentred::volumeBoundary::detail |
Functions | |
template<typename ValueType > | |
void | NeoFOAM::finiteVolume::cellCentred::volumeBoundary::detail::setFixedValue (DomainField< ValueType > &domainField, std::pair< size_t, size_t > range, ValueType fixedValue) |