-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from mesh-adaptation/cleanup
- Loading branch information
Showing
17 changed files
with
18 additions
and
19,693 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,15 @@ | ||
**/.DS_Store | ||
**/__pycache__/* | ||
|
||
warpmesh.egg-info/* | ||
.eggs/* | ||
data/few* | ||
data/dataset* | ||
data/dataset/* | ||
data/helmholtz* | ||
data/output/* | ||
data/temp/* | ||
data/z* | ||
data/burgers* | ||
data/dataset/burgers* | ||
wandb/* | ||
|
||
install/movement/* | ||
install/firedrake/* | ||
install/firedrake-install.log | ||
install/firedrake-install | ||
|
||
script/git_push.sh | ||
script/check_tangle.ipynb | ||
script/compare_error.ipynb | ||
scirpt/play_tangle.ipynb | ||
|
||
eval/* | ||
|
||
# Subdirectories | ||
__pycache__/ | ||
UM2N.egg-info/ | ||
.eggs/ | ||
data/ | ||
results/ | ||
.ipynb_checkpoints/ | ||
.vscode/ | ||
|
||
# Specific files | ||
.gitconfig | ||
.gitmodules | ||
|
||
temp/* | ||
results/* | ||
|
||
temp* | ||
|
||
|
||
# File extensions | ||
*.DS_Store |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
from .tangle import * # noqa | ||
from .compare_hlmhltz import * # noqa | ||
from .bench_helmholtz import * # noqa | ||
from .bench_swirl import * # noqa | ||
from .bench_burgers import * # noqa | ||
from .stat import * # noqa |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
all: plate_015 | ||
|
||
# Generate plate_015.msh based on plate_015.geo geometry file | ||
plate_015: | ||
gmsh -2 plate_015.geo |
File renamed without changes.
Oops, something went wrong.