Lines Matching refs:i32
151 i32::try_from(dim).unwrap(), in create_tensor_H1()
152 i32::try_from(ncomp).unwrap(), in create_tensor_H1()
153 i32::try_from(P1d).unwrap(), in create_tensor_H1()
154 i32::try_from(Q1d).unwrap(), in create_tensor_H1()
193 i32::try_from(dim).unwrap(), in create_tensor_H1_Lagrange()
194 i32::try_from(ncomp).unwrap(), in create_tensor_H1_Lagrange()
195 i32::try_from(P).unwrap(), in create_tensor_H1_Lagrange()
196 i32::try_from(Q).unwrap(), in create_tensor_H1_Lagrange()
223 i32::try_from(ncomp).unwrap(), in create_H1()
224 i32::try_from(nnodes).unwrap(), in create_H1()
225 i32::try_from(nqpts).unwrap(), in create_H1()
262 i32::try_from(ncomp).unwrap(), in create_Hdiv()
263 i32::try_from(nnodes).unwrap(), in create_Hdiv()
264 i32::try_from(nqpts).unwrap(), in create_Hdiv()
301 i32::try_from(ncomp).unwrap(), in create_Hcurl()
302 i32::try_from(nnodes).unwrap(), in create_Hcurl()
303 i32::try_from(nqpts).unwrap(), in create_Hcurl()
333 fn check_error(&self, ierr: i32) -> crate::Result<i32> { in check_error() argument
409 ) -> crate::Result<i32> { in apply() argument
411 i32::try_from(nelem).unwrap(), in apply()