13template<
typename VectorType>
19 Ddt(VectorType& field)
23 std::string
getName()
const {
return "TimeOperator"; }
34template<
typename VectorType>
A class to contain the data and executors for a field and define some basic operations.
virtual const Executor & exec() const final
void explicitOperation(Vector< scalar > &, scalar, scalar)
void implicitOperation(la::LinearSystem< scalar, localIdx > &, scalar, scalar)
std::string getName() const
A class representing a linear system of equations.
#define NF_ERROR_EXIT(message)
Macro for printing an error message and aborting the program.
Ddt< VectorType > ddt(VectorType &in)