Skip to content

Commit

Permalink
try fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lijas committed Nov 4, 2024
1 parent cd9812f commit 07677db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/devdocs/FEValues.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/devdocs/interpolations.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07677db

Please sign in to comment.