Type Definition libceed_sys::bind_ceed::CeedOperator[][src]

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 $$ E^T B^T f(B E u) $$ acting on the vector \f$u\f$. @ingroup CeedOperatorUser