We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb854e commit 5e76cb3Copy full SHA for 5e76cb3
ext/FiniteElementContainersAdaptExt.jl
@@ -17,7 +17,7 @@ function Adapt.adapt_structure(to, asm::SparseMatrixAssembler)
17
adapt(to, asm.mass_storage),
18
adapt(to, asm.residual_storage),
19
adapt(to, asm.residual_unknowns),
20
- adapt(to, asm.scalar_quadarature_storage),
+ adapt(to, asm.scalar_quadrature_storage),
21
adapt(to, asm.stiffness_storage),
22
adapt(to, asm.stiffness_action_storage),
23
adapt(to, asm.stiffness_action_unknowns)
0 commit comments