Skip to content

Commit

Permalink
import from skfem
Browse files Browse the repository at this point in the history
  • Loading branch information
kinnala committed Dec 23, 2023
1 parent 9f66e1b commit 2274858
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/examples/ex35.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,10 +221,9 @@
from packaging import version
from pathlib import Path

from skfem.mesh import MeshTri
from skfem.assembly import Basis, FacetBasis
from skfem.utils import solve, asm, condense, projection
from skfem.element import ElementTriP1
from skfem import (MeshTri, Basis, FacetBasis,
solve, asm, condense, projection,
ElementTriP1)
from skfem.models.poisson import laplace, unit_load, mass
from skfem.io.json import from_file

Expand Down

0 comments on commit 2274858

Please sign in to comment.