|
NeoN
A framework for CFD software
|
Functions | |
| template<typename ValueType > | |
| void | extrapolateValue (Field< ValueType > &domainVector, const UnstructuredMesh &mesh, std::pair< localIdx, localIdx > range) |
| template<typename ValueType > | |
| void | setGradientValue (Field< ValueType > &domainVector, const UnstructuredMesh &mesh, std::pair< localIdx, localIdx > range, ValueType fixedGradient) |
| template<typename ValueType > | |
| void | setFixedValue (Field< ValueType > &domainVector, std::pair< size_t, size_t > range, ValueType fixedValue) |
| void NeoN::finiteVolume::cellCentred::volumeBoundary::detail::extrapolateValue | ( | Field< ValueType > & | domainVector, |
| const UnstructuredMesh & | mesh, | ||
| std::pair< localIdx, localIdx > | range | ||
| ) |
Definition at line 24 of file extrapolated.hpp.
| void NeoN::finiteVolume::cellCentred::volumeBoundary::detail::setFixedValue | ( | Field< ValueType > & | domainVector, |
| std::pair< size_t, size_t > | range, | ||
| ValueType | fixedValue | ||
| ) |
Definition at line 23 of file fixedValue.hpp.
| void NeoN::finiteVolume::cellCentred::volumeBoundary::detail::setGradientValue | ( | Field< ValueType > & | domainVector, |
| const UnstructuredMesh & | mesh, | ||
| std::pair< localIdx, localIdx > | range, | ||
| ValueType | fixedGradient | ||
| ) |
Definition at line 24 of file fixedGradient.hpp.