Skip to content

Commit

Permalink
Merge pull request #134 from agdestein/excise-paper
Browse files Browse the repository at this point in the history
Excise paper
  • Loading branch information
agdestein authored Jan 14, 2025
2 parents c52520f + cb68727 commit 8c57788
Show file tree
Hide file tree
Showing 36 changed files with 5 additions and 5,839 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,5 @@ jobs:
"examples",
"lib/NeuralClosure",
"lib/NeuralClosure/test",
"lib/PaperDC",
"lib/SymmetryClosure",
],
)
3 changes: 0 additions & 3 deletions .tools/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions .tools/develop.jl

This file was deleted.

22 changes: 0 additions & 22 deletions .tools/servedocs.jl

This file was deleted.

13 changes: 0 additions & 13 deletions .tools/servevitepress.jl

This file was deleted.

20 changes: 0 additions & 20 deletions .tools/update.jl

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ for examples of some typical workflows. More examples can be found in the

## Source code for paper

See [here](./lib/PaperDC) for the source code used in the paper
[Discretize first, filter next: learning divergence-consistent closure models for large-eddy simulation](https://arxiv.org/abs/2403.18088).
See [this repository](https://github.com/agdestein/DivergenceConsistency) for the source code used in the paper
[Discretize first, filter next: learning divergence-consistent closure models for large-eddy simulation](https://www.sciencedirect.com/science/article/pii/S0021999124008258).

## Gallery

Expand Down
26 changes: 3 additions & 23 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,11 @@ Documentation for
To build the documentation locally, run:

```sh
julia --project=docs docs/make.jl
julia --project=docs -e "using Pkg; Pkg.instantiate()"
```

## Build documentation with live preview

Add a [`LiveServer.jl`](https://github.com/tlienart/LiveServer.jl) environment:
and then run

```sh
julia --project=@LiveServer -e 'using Pkg; Pkg.add("LiveServer")'
```

Currently, two julia processes are required for local documentation development.
See <https://luxdl.github.io/DocumenterVitepress.jl/dev/getting_started#Preview-Documentation-Development-Instantly>.

The script `servedocs.jl` builds the documentation and rebuilds on changes.
The script `servevitepress.jl` serves the vitepress site live.

In two separate shells, run

```sh
julia .tools/servedocs.jl
```

and, once it is done, then run in a second shell

```sh
julia .tools/servevitepress.jl
julia --project=docs docs/make.jl
```
27 changes: 0 additions & 27 deletions docs/src/examples/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,27 +118,6 @@ const temperature = [
desc: "Convection generated by a temperature gradient between hot and cold fluids",
},
];
const neural = [
{
href: "generated/prioranalysis",
src: "../logo.svg",
caption: "Filter analysis",
desc: "Compare discrete filters and their properties with DNS data",
},
{
href: "generated/postanalysis",
src: "../logo.svg",
caption: "CNN closure models",
desc: "Compare CNN closure models for different filters, grid sizes, and projection orders",
},
{
href: "generated/symmetryanalysis",
src: "../logo.svg",
caption: "Symmetry-preserving closure models",
desc: "Train group equivariant CNNs and compare to normal CNNs",
},
];
</script>
```

Expand Down Expand Up @@ -169,9 +148,3 @@ folder.
```@raw html
<Gallery :images="temperature" />
```

## Neural network closure models

```@raw html
<Gallery :images="neural" />
```
21 changes: 0 additions & 21 deletions lib/PaperDC/LICENSE

This file was deleted.

61 changes: 0 additions & 61 deletions lib/PaperDC/Project.toml

This file was deleted.

19 changes: 0 additions & 19 deletions lib/PaperDC/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions lib/PaperDC/job_a100.sh

This file was deleted.

30 changes: 0 additions & 30 deletions lib/PaperDC/job_h100.sh

This file was deleted.

Loading

0 comments on commit 8c57788

Please sign in to comment.