| 1:a4137aedcb3a | 3:c3a4f4bb87f7 |
|---|---|
| 1 /*! | 1 /*! |
| 2 [`DifferentiableMapping`]s implemented in Python. | 2 [`alg_tools::mapping::DifferentiableMapping`]s implemented in Python. |
| 3 */ | 3 */ |
| 4 use super::{process_error, NumpyArray_f64}; | 4 use super::{process_error, NumpyArray_f64}; |
| 5 use crate::dolfinx_access::DolfinxPyFunction_f64; | 5 use crate::dolfinx_access::DolfinxPyFunction_f64; |
| 6 use alg_tools::direct_product::Pair; | 6 use alg_tools::direct_product::Pair; |
| 7 use alg_tools::error::DynResult; | 7 use alg_tools::error::DynResult; |