From 07677dbabf20f80202383246b5ab5eec0544ec01 Mon Sep 17 00:00:00 2001 From: lijas Date: Mon, 4 Nov 2024 13:33:30 +0100 Subject: [PATCH] try fix docs --- docs/src/devdocs/FEValues.md | 4 ++-- docs/src/devdocs/interpolations.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/devdocs/FEValues.md b/docs/src/devdocs/FEValues.md index 3deb8197dd..29ac23db8d 100644 --- a/docs/src/devdocs/FEValues.md +++ b/docs/src/devdocs/FEValues.md @@ -22,8 +22,8 @@ Ferrite.BCValues ## Internal utilities ```@docs Ferrite.embedding_det -Ferrite.shape_value_type(::AbstractValues) -Ferrite.shape_value_type(::FunctionValues) +Ferrite.shape_value_type(::Ferrite.AbstractValues) +Ferrite.shape_value_type(::Ferrite.FunctionValues) Ferrite.shape_gradient_type Ferrite.ValuesUpdateFlags ``` diff --git a/docs/src/devdocs/interpolations.md b/docs/src/devdocs/interpolations.md index 5859861ed2..e682cec622 100644 --- a/docs/src/devdocs/interpolations.md +++ b/docs/src/devdocs/interpolations.md @@ -19,7 +19,7 @@ Ferrite.reference_shape_values! Ferrite.reference_shape_gradients! Ferrite.reference_shape_gradients_and_values! Ferrite.reference_shape_hessians_gradients_and_values! -Ferrite.shape_value_type +Ferrite.shape_value_type(::Ferrite.Interpolation) ``` ### Required methods to implement for all subtypes of `Interpolation` to define a new finite element