Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin' into uz/PML
Browse files Browse the repository at this point in the history
  • Loading branch information
Umberto Zerbinati committed May 28, 2024
2 parents a6a5695 + 843d6e4 commit 51a4ff9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions ngsPETSc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@
if firedrake:
from ngsPETSc.utils.firedrake.meshes import *
from ngsPETSc.utils.firedrake.hierarchies import *
from ngsPETSc.utils.firedrake.pml import *
__all__ = __all__ + ["FiredrakeMesh", "NetgenHierarchy", "PML"]
__all__ = __all__ + ["FiredrakeMesh", "NetgenHierarchy"]

#FEniCSx
try:
Expand Down
3 changes: 1 addition & 2 deletions ngsPETSc/utils/firedrake/hierarchies.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
'''
This module contains all the functions related to creating Firedrake mesh hierarchies
from Netgen/NGSolve meshes.
This module contains all the functions related
'''
try:
import firedrake as fd
Expand Down

0 comments on commit 51a4ff9

Please sign in to comment.