CeedOperator

Type Alias CeedOperator 

Source
pub type CeedOperator = *mut CeedOperator_private;
Expand description

Handle for object describing FE-type operators acting on vectors

Given an element restriction \f$E\f$, basis evaluator \f$B\f$, and quadrature function\f$f\f$, a CeedOperator expresses operations of the form \f$E^T B^T f(B E u)\f$ acting on the vector \f$u\f$. @ingroup CeedOperatorUser