Searched refs:u_c (Results 1 – 1 of 1) sorted by relevance
456 let mut u_c = [std::ptr::null_mut(); MAX_QFUNCTION_FIELDS]; in apply() localVariable458 u_c[i] = u[i].ptr; in apply()466 bind_ceed::CeedQFunctionApply(self.ptr, Q, u_c.as_mut_ptr(), v_c.as_mut_ptr()) in apply()