Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
using Trixi
using OrdinaryDiffEqBDF
using SparseConnectivityTracer # For obtaining the Jacobian sparsity pattern
using SparseMatrixColorings # For obtaining the coloring vector
using OrdinaryDiffEqBDF, ADTypes
using ADTypes # To access the types choosing how to evaluate Jacobian-vector products

###############################################################################
# semidiscretization of the linear advection-diffusion equation
Expand Down
Loading