Skip to content

Commit

Permalink
Revert "Added PML support"
Browse files Browse the repository at this point in the history
This reverts commit 9107826.
  • Loading branch information
Umberto Zerbinati committed May 28, 2024
1 parent 9107826 commit 414a9f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 82 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
78 changes: 0 additions & 78 deletions ngsPETSc/utils/firedrake/pml.py

This file was deleted.

0 comments on commit 414a9f3

Please sign in to comment.