| 0:7ec1cfe19a24 | 1:a4137aedcb3a |
|---|---|
| 1 #pragma once | |
| 2 #include "nanobind_helpers.h" | |
| 3 | |
| 4 namespace dolfinx_access { | |
| 5 struct CoordValuePair; | |
| 6 | |
| 7 extern CoordValuePair min_Function_f64_p2(Function_f64 const* f); | |
| 8 extern CoordValuePair max_Function_f64_p2(Function_f64 const* f); | |
| 9 extern CoordValuePair minmax_Function_f64_p2(Function_f64 const* f, bool max); | |
| 10 | |
| 11 } // namespace dolfinx_access | |
| 12 | |
| 13 // extern "C" PyObject* PyInit_dolfinx_access(); |