|
| | GaussGreenLaplacian (const Executor &exec, const UnstructuredMesh &mesh, const Input &inputs) |
| |
| virtual void | laplacian (VolumeField< FieldValueType > &lapPhi, const SurfaceField< scalar > &gamma, const VolumeField< FieldValueType > &phi, const dsl::Coeff coeff) override |
| |
| virtual VolumeField< FieldValueType > | laplacian (const SurfaceField< scalar > &gamma, const VolumeField< FieldValueType > &phi, const dsl::Coeff coeff) const override |
| |
| virtual void | laplacian (Vector< FieldValueType > &lapPhi, const SurfaceField< scalar > &gamma, const VolumeField< FieldValueType > &phi, const dsl::Coeff coeff) override |
| |
| virtual void | laplacian (la::LinearSystem< AssemblyType, FieldValueType > &ls, const SurfaceField< scalar > &gamma, const VolumeField< FieldValueType > &phi, const dsl::Coeff coeff) override |
| |
| std::unique_ptr< LaplacianOperatorFactory< FieldValueType, AssemblyType > > | clone () const override |
| |
template<typename FieldValueType, typename AssemblyType = FieldValueType>
class NeoN::finiteVolume::cellCentred::GaussGreenLaplacian< FieldValueType, AssemblyType >
Definition at line 31 of file gaussGreenLaplacian.hpp.