Lines Matching refs:Result
133 pub type Result<T> = std::result::Result<T, Error>; typedef
143 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() argument
165 pub(crate) fn check_error<F>(ceed_ptr: F, ierr: i32) -> Result<i32> in check_error()
248 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() argument
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()
454 ) -> Result<ElemRestriction<'a>> { in elem_restriction()
519 ) -> Result<ElemRestriction<'a>> { in oriented_elem_restriction()
606 ) -> Result<ElemRestriction<'a>> { in curl_oriented_elem_restriction()
655 ) -> Result<ElemRestriction<'a>> {
708 ) -> Result<Basis<'a>> { in basis_tensor_H1()
741 ) -> Result<Basis<'a>> { in basis_tensor_H1_Lagrange()
871 ) -> Result<Basis<'a>> { in basis_H1()
970 ) -> Result<Basis<'a>> { in basis_Hdiv()
1065 ) -> Result<Basis<'a>> { in basis_Hcurl()
1109 ) -> Result<QFunction<'a>> { 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()
1159 ) -> Result<Operator<'a>> { in operator()
1173 pub fn composite_operator<'a>(&self) -> Result<CompositeOperator<'a>> { in composite_operator()
1185 fn ceed_t501() -> Result<()> { in ceed_t501()