Lines Matching refs:err_code
23 err_code = lib.CeedQFunctionDestroy(self._pointer)
24 self._ceed._check_error(err_code)
39 err_code = lib.CeedQFunctionView(self._pointer[0], stream)
40 self._ceed._check_error(err_code)
65 err_code = lib.CeedQFunctionApply(self._pointer[0], q, invecs, outvecs)
66 self._ceed._check_error(err_code)
93 err_code = lib.CeedQFunctionCreateInterior(self._ceed._pointer[0], vlength,
95 self._ceed._check_error(err_code)
105 err_code = lib.CeedQFunctionSetContext(
108 self._ceed._check_error(err_code)
124 err_code = lib.CeedQFunctionAddInput(
126 self._ceed._check_error(err_code)
141 err_code = lib.CeedQFunctionAddOutput(
143 self._ceed._check_error(err_code)
162 err_code = lib.CeedQFunctionCreateInteriorByName(self._ceed._pointer[0],
164 self._ceed._check_error(err_code)
181 err_code = lib.CeedQFunctionCreateIdentity(self._ceed._pointer[0], size,