Skip to content

Commit

Permalink
Merge pull request #40 from mesh-adaptation/17_refactor_meshgen
Browse files Browse the repository at this point in the history
Refactor unstructured mesh generation
  • Loading branch information
jwallwork23 authored Nov 14, 2024
2 parents a940047 + c1cf475 commit 567bee3
Show file tree
Hide file tree
Showing 19 changed files with 410 additions and 872 deletions.
3 changes: 1 addition & 2 deletions UM2N/generator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from .rand_source_generator import * # noqa
from .equation_generator import * # noqa

from .polymesh import * # noqa
from .squaremesh import * # noqa
from .unstructured_mesh import * # noqa
from .burgers_solver import * # noqa
from .swirl_solver import * # noqa
154 changes: 0 additions & 154 deletions UM2N/generator/polymesh.py

This file was deleted.

109 changes: 0 additions & 109 deletions UM2N/generator/squaremesh.py

This file was deleted.

Loading

0 comments on commit 567bee3

Please sign in to comment.