From 19ebda5cbe47b5c89d4151f214d19081d6b605ae Mon Sep 17 00:00:00 2001 From: Joe Dean Date: Mon, 13 Jan 2025 15:02:24 +0000 Subject: [PATCH] Docs --- cpp/dolfinx/fem/Form.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/dolfinx/fem/Form.h b/cpp/dolfinx/fem/Form.h index 6ccd83437c..c75a2af9e8 100644 --- a/cpp/dolfinx/fem/Form.h +++ b/cpp/dolfinx/fem/Form.h @@ -261,7 +261,7 @@ class Form /// @brief Get the kernel function for integral `i` on given domain /// type. /// @param[in] type Integral type. - /// @param[in] i Domain identifier (index). + /// @param[in] i The subdomain ID. /// @param[in] kernel_idx Index of the kernel (we may have multiple kernels /// for a given ID in mixed-topology meshes). /// @return Function to call for `tabulate_tensor`.