Lines Matching refs:qf_core
127 debug_assert!(qfunc.qf_core.ptr != unsafe { bind_ceed::CEED_QFUNCTION_NONE }); in from()
135 debug_assert!(qfunc.qf_core.ptr != unsafe { bind_ceed::CEED_QFUNCTION_NONE }); in from()
144 Self::SomeQFunction(qfunc) => qfunc.qf_core.ptr, in to_raw()
145 Self::SomeQFunctionByName(qfunc) => qfunc.qf_core.ptr, in to_raw()
342 qf_core: QFunctionCore<'a>, field
349 qf_core: QFunctionCore<'a>, field
417 self.qf_core.fmt(f) in fmt()
434 self.qf_core.fmt(f) in fmt()
629 qf_core: QFunctionCore { in create()
700 self.qf_core.apply(Q, u, v) in apply()
747 self.qf_core.check_error(unsafe { in input()
748 bind_ceed::CeedQFunctionAddInput(self.qf_core.ptr, name_c.as_ptr(), size, emode) in input()
796 self.qf_core.check_error(unsafe { in output()
797 bind_ceed::CeedQFunctionAddOutput(self.qf_core.ptr, name_c.as_ptr(), size, emode) in output()
830 self.qf_core.inputs() in inputs()
860 self.qf_core.outputs() in outputs()
876 qf_core: QFunctionCore { in create()
945 self.qf_core.apply(Q, u, v) in apply()
964 self.qf_core.inputs() in inputs()
983 self.qf_core.outputs() in outputs()