Skip to content

Commit

Permalink
Merge pull request #49 from mesh-adaptation/cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 authored Nov 3, 2024
2 parents c6a4a29 + 8a81061 commit a940047
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 19,693 deletions.
47 changes: 13 additions & 34 deletions .gitignore
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
9 changes: 0 additions & 9 deletions .vscode/settings.json

This file was deleted.

1 change: 0 additions & 1 deletion UM2N/test/__init__.py
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 removed UM2N/test/bench_helmholtz.py
Empty file.
Empty file removed UM2N/test/burgers_bench.py
Empty file.
4 changes: 0 additions & 4 deletions UM2N/test/tangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
__all__ = ["check_dataset_tangle", "plot_prediction", "plot_sample"]


def check_tangle_pi(model, x):
pass


def check_dataset_tangle(
dataset,
model,
Expand Down
5 changes: 5 additions & 0 deletions meshes/Makefile
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.
Loading

0 comments on commit a940047

Please sign in to comment.