Skip to content

Commit

Permalink
Warn about SArray output from embedded FEValues, closes #922
Browse files Browse the repository at this point in the history
  • Loading branch information
KnutAM committed May 29, 2024
1 parent a12ae02 commit 471ec03
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/src/reference/fevalues.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ CellValues
FacetValues
```

!!! warning "Embedded API"
Currently, embedded `FEValues` returns `SArray`s, which behave differently
from the `Tensor`s for normal value. In the future, we expect to return
an `AbstractTensor`, this change may happen in a minor release, and the
API for embedded `FEValues` should therefore be considered experimental.

## Applicable functions
The following functions are applicable to both `CellValues`
and `FacetValues`.
Expand Down

0 comments on commit 471ec03

Please sign in to comment.