18 #ifndef __DOLFIN_DISCRETE_OPERATORS_H
19 #define __DOLFIN_DISCRETE_OPERATORS_H
56 static std::shared_ptr<GenericMatrix>
Discrete gradient operators providing derivatives of functions.
Definition: DiscreteOperators.h:42
static std::shared_ptr< GenericMatrix > build_gradient(const FunctionSpace &V0, const FunctionSpace &V1)
Definition: DiscreteOperators.cpp:36
Definition: FunctionSpace.h:54