|
| | DivOperatorFactory (const Executor &exec, const UnstructuredMesh &mesh) |
| |
| virtual | ~DivOperatorFactory () |
| |
| virtual void | div (VolumeField< ValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const =0 |
| |
| virtual void | div (la::LinearSystem< ValueType, localIdx > &ls, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const =0 |
| |
| virtual void | div (Vector< ValueType > &divPhi, const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const =0 |
| |
| virtual VolumeField< ValueType > | div (const SurfaceField< scalar > &faceFlux, const VolumeField< ValueType > &phi, const dsl::Coeff operatorScaling) const =0 |
| |
| const la::SparsityPattern & | getSparsityPattern () const |
| |
| virtual std::unique_ptr< DivOperatorFactory< ValueType > > | clone () const =0 |
| |
template<typename ValueType>
class NeoN::finiteVolume::cellCentred::DivOperatorFactory< ValueType >
Definition at line 22 of file divOperator.hpp.