|
| LaplacianOperator (const LaplacianOperator &lapOp) |
|
| LaplacianOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &gamma, VolumeField< ValueType > &phi, Input input) |
|
| LaplacianOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &gamma, VolumeField< ValueType > &phi, std::unique_ptr< LaplacianOperatorFactory< ValueType > > laplacianOperatorStrategy) |
|
| LaplacianOperator (dsl::Operator::Type termType, const SurfaceField< scalar > &gamma, VolumeField< ValueType > &phi) |
|
void | explicitOperation (Field< ValueType > &source) |
|
la::LinearSystem< ValueType, localIdx > | createEmptyLinearSystem () const |
|
void | implicitOperation (la::LinearSystem< ValueType, localIdx > &ls) |
|
void | laplacian (VolumeField< scalar > &lapPhi) |
|
void | build (const Input &input) |
|
std::string | getName () const |
|
| OperatorMixin (const Executor exec, const Coeff &coeffs, VolumeField< ValueType > &field, Operator::Type type) |
|
Operator::Type | getType () const |
|
virtual | ~OperatorMixin ()=default |
|
virtual const Executor & | exec () const final |
|
Coeff & | getCoefficient () |
|
const Coeff & | getCoefficient () const |
|
VolumeField< ValueType > & | getField () |
|
const VolumeField< ValueType > & | getField () const |
|
void | build (const Input &input) |
|
template<typename ValueType>
class NeoFOAM::finiteVolume::cellCentred::LaplacianOperator< ValueType >
Definition at line 81 of file laplacianOperator.hpp.