Skip to content
Closed
Show file tree
Hide file tree
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
7 changes: 3 additions & 4 deletions src/ExtendableFEM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ using ExtendableFEMBase: ExtendableFEMBase, AbstractFiniteElement,
initialize!, integrate, integrate!,
integrate_segment!, lazy_interpolate!, nodevalues,
nodevalues!, nodevalues_subset!, nodevalues_view,
norms, unicode_gridplot, unicode_scalarplot,
unicode_gridplot, unicode_scalarplot,
update_basis!, SymmetricGradient
using ExtendableGrids: ExtendableGrids, AT_NODES, AbstractElementGeometry,
Adjacency, AssemblyType, BEdgeNodes, BFaceFaces,
Expand Down Expand Up @@ -62,9 +62,8 @@ using ExtendableSparse: ExtendableSparse, ExtendableSparseMatrix, flush!,
using ForwardDiff: ForwardDiff
using GridVisualize: GridVisualize, GridVisualizer, gridplot!, reveal, save,
scalarplot!, vectorplot!
using LinearAlgebra: LinearAlgebra, copyto!, isposdef, mul!, norm
using LinearSolve: LinearSolve, LinearProblem, UMFPACKFactorization, deleteat!,
init, solve
using LinearAlgebra: LinearAlgebra, copyto!, mul!, norm
using LinearSolve: LinearSolve, LinearProblem, UMFPACKFactorization, deleteat!, solve
using Printf: Printf, @printf, @sprintf
using SparseArrays: SparseArrays, AbstractSparseArray, SparseMatrixCSC, findnz, nnz,
nzrange, rowvals, sparse, SparseVector
Expand Down
Loading
Loading