We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 198cc75 commit f4f649eCopy full SHA for f4f649e
1 file changed
src/Dofs/sparsity_pattern.jl
@@ -698,7 +698,8 @@ end
698
This sparsity does not currently support the full `AbstractSparsityPattern` interface,
699
but is used as an internal fast-path for `allocate_matrix(MatrixType, dh)` for some
700
supported `MatrixType`s. It can be extended in the future or potentially be merged
701
-with `SparsityPattern`. See #1302 for details.
+with `SparsityPattern`.
702
+See [#1302](https://github.com/Ferrite-FEM/Ferrite.jl/pull/1302) for details.
703
704
!!! warning "Internal"
705
`FastSparsityPattern` is strictly internal and its interface and implementation
0 commit comments