Go to the source code of this file.
|
| template<typename FieldValueType , typename AssemblyType > |
| void | NeoN::finiteVolume::cellCentred::addDivCorrectionToRhs (la::LinearSystem< AssemblyType, FieldValueType > &ls, const SurfaceField< scalar > &faceFlux, const SurfaceField< FieldValueType > &correction, const dsl::Coeff operatorScaling) |
| |
| template void | NeoN::finiteVolume::cellCentred::addDivCorrectionToRhs (la::LinearSystem< scalar, scalar > &, const SurfaceField< scalar > &, const SurfaceField< scalar > &, const dsl::Coeff) |
| |
| template void | NeoN::finiteVolume::cellCentred::addDivCorrectionToRhs (la::LinearSystem< Vec3, Vec3 > &, const SurfaceField< scalar > &, const SurfaceField< Vec3 > &, const dsl::Coeff) |
| |
| template void | NeoN::finiteVolume::cellCentred::addDivCorrectionToRhs (la::LinearSystem< scalar, Vec3 > &, const SurfaceField< scalar > &, const SurfaceField< Vec3 > &, const dsl::Coeff) |
| |