Home
last modified time | relevance | path

Searched defs:vector (Results 1 – 4 of 4) sorted by relevance

/libCEED/rust/libceed/src/
H A Doperator.rs26 pub(crate) vector: crate::Vector<'a>, field
40 let vector = { in from_raw() localVariable
288 pub fn vector(&self) -> VectorOpt { in vector() method
H A Dlib.rs36 pub mod vector; module
382 pub fn vector<'a>(&self, n: usize) -> Result<Vector<'a>> { in vector() method
H A Dvector.rs128 pub(crate) vector: Vector<'a>, field
/libCEED/python/
H A Dceed_operator.py300 def set_field(self, fieldname, restriction, basis, vector): argument