18template<
typename ValueType>
50 std::string
getName()
const {
return "sourceTerm"; }
A class representing a dictionary that stores key-value pairs.
A class to contain the data and executors for a field and define some basic operations.
void explicitOperation(Vector< ValueType > &source) const
void implicitOperation(la::LinearSystem< ValueType > &ls) const
SourceTerm(dsl::Operator::Type termType, const VolumeField< scalar > &coefficients, const VolumeField< ValueType > &field, bool suSp=false)
ValueType VectorValueType
Dictionary getConfig() const
SourceTerm(dsl::Operator::Type termType, VolumeField< ValueType > &coefficients)
std::string getName() const
Represents a volume field in a finite volume method.
A class representing a linear system of equations.
std::variant< Dictionary, TokenList > Input