Skip to content

Commit

Permalink
Update obsoleted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeingold authored Oct 8, 2024
1 parent a4d24a9 commit b96dbf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/differentiation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function differential(
geometry::G,
ts::V
) where {M, CRS, G <: Meshes.Geometry{M, CRS}, V <: Union{AbstractVector, Tuple}}
# Calculate the Jacobian, convert each Vec -> (units, KVector)
# Calculate the Jacobian, convert Vec -> KVector
J = jacobian(geometry, ts)
J_kvecs = Iterators.map(_kvector, J)

Expand Down

0 comments on commit b96dbf5

Please sign in to comment.