Lines Matching defs:self
143 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
211 fn drop(&mut self) { in drop()
248 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt()
332 fn check_error(&self, ierr: i32) -> Result<i32> { in check_error()
382 pub fn vector<'a>(&self, n: usize) -> Result<Vector<'a>> { in vector()
401 pub fn vector_from_slice<'a>(&self, slice: &[crate::Scalar]) -> Result<Vector<'a>> { in vector_from_slice()
446 &self, in elem_restriction()
510 &self, in oriented_elem_restriction()
597 &self, in curl_oriented_elem_restriction()
649 &self, in strided_elem_restriction()
699 &self, in basis_tensor_H1()
735 &self, in basis_tensor_H1_Lagrange()
862 &self, in basis_H1()
961 &self, in basis_Hdiv()
1056 &self, in basis_Hcurl()
1106 &self, in q_function_interior()
1128 pub fn q_function_interior_by_name<'a>(&self, name: &str) -> Result<QFunctionByName<'a>> { in q_function_interior_by_name()
1155 &self, in operator()