Home
last modified time | relevance | path

Searched refs:u_c (Results 1 – 1 of 1) sorted by relevance

/libCEED/rust/libceed/src/
H A Dqfunction.rs456 let mut u_c = [std::ptr::null_mut(); MAX_QFUNCTION_FIELDS]; in apply() localVariable
458 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()