Go to the source code of this file.
|
template<typename ValueType > |
void | NeoN::finiteVolume::cellCentred::computeDivExp (const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const SurfaceInterpolation< ValueType > &surfInterp, Vector< ValueType > &divPhi, const dsl::Coeff operatorScaling) |
|
template<typename ValueType > |
void | NeoN::finiteVolume::cellCentred::computeDivImp (la::LinearSystem< ValueType, localIdx > &ls, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const SurfaceInterpolation< ValueType > &surfInterp, const dsl::Coeff operatorScaling, const la::SparsityPattern &sparsityPattern) |
|