Lines Matching refs:operator
38 …ment operator associated to a `libceed.QFunction` (see [the API documentation](https://libceed.org…
45 …te and apply a CeedOperator for the mass matrix in 1D. By applying this operator to a vector of 1'…
99 "# Setup operator\n",
107 "print('Setup operator: ', op_setup)\n",
109 "# Mass operator\n",
115 "print('Mass operator: ', op_mass)\n",
133 …ple, we create and apply a CeedOperator for the Poisson operator in 1D. By applying this operator …
187 "# Setup operator\n",
195 "print('Setup operator: ', op_setup)\n",
197 "# Poisson operator\n",
203 "print('Poisson operator: ', op_poisson)\n",
208 "# Apply Poisson operator\n",