include/dolfinx_access/minmax_p2.h

Fri, 16 Jan 2026 19:41:32 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Fri, 16 Jan 2026 19:41:32 -0500
changeset 2
69002abe5dcb
parent 1
a4137aedcb3a
permissions
-rw-r--r--

pointsource_algs step length estimation support

#pragma once
#include "nanobind_helpers.h"

namespace dolfinx_access {
    struct CoordValuePair;

    extern CoordValuePair min_Function_f64_p2(Function_f64 const* f);
    extern CoordValuePair max_Function_f64_p2(Function_f64 const* f);
    extern CoordValuePair minmax_Function_f64_p2(Function_f64 const* f, bool max);

} // namespace dolfinx_access

// extern "C" PyObject* PyInit_dolfinx_access();

mercurial