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