|
| GaussGreenDiv (const Executor &exec, const UnstructuredMesh &mesh, const Input &inputs) |
|
virtual void | div (VolumeField< ValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const override |
|
virtual void | div (la::LinearSystem< ValueType, localIdx > &ls, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const override |
|
virtual void | div (Vector< ValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const override |
|
virtual VolumeField< ValueType > | div (const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const override |
|
std::unique_ptr< DivOperatorFactory< ValueType > > | clone () const override |
|
template<typename ValueType>
class NeoN::finiteVolume::cellCentred::GaussGreenDiv< ValueType >
Definition at line 35 of file gaussGreenDiv.hpp.