-
For example, here is a list of examples that are relatively expensive on Windows (2D)
- `examples\2d\elixir_advection_amr.jl`, 93.2s
- `examples\2d\elixir_advection_amr_nonperiodic.jl`, 47.3s
- `…
-
This is meant to be a discussion. I need some help to interpret my KE ($`k = u_i u_i /2`$) budget calculations, which follow this equation:
```math
\frac{\partial k}{\partial t} = -\frac{\partial u_…
-
I first encountered this issue for the baroclinic instability test case. Then I found a reduced example based on elixir_advection_basic but with nonperiodic boundary conditions:
- 3 cells
- 3 MPI …
-
How about to add a method implementation "Restoring Missing Vortices in Advection-Projection Fluid Solvers" http://www.cs.ubc.ca/~zhxx/IVOCK.html
-
We need periodic boundary conditions for
- Idealised setups
- For regional setups with a zonal periodicity (e.g. the southern ocean)
- For global "tri-polar" setup with a fold at the north pol…
-
#2677 extended some code in `solver_schemes.cc` where we now also allow compositional fields to be set from material model outputs. The code here looks like this:
```
switch (method)
…
-
There is a problem with the elixir under examples/p4est_2d_dgsem/elixir_advection_nonconforming_flag.jl, when I run it with a custom installation of `p4est`. In order to tell P4est.jl to use the custo…
-
- Eq. (2.62) - (2.64) in chapter "the advection-diffusion equation". The first equation in Eq. (2.62) seems wrong, since it doesn't satisfy detailed balance.
- In (2.63), I don't understand why d(…
-
Every example should have a README.md that explains:
1. What it does
2. How it works
3. Expected output
- [X] 2Dturbulence_multigrid
- [X] 6field-simple
- [X] advdiff
- [X] advdiff2
- [X] …
-
After each solver (advection/diffusion etc) the data of the calculated Fields are copied to its _tmp and 0 fields. Investigate if that is necessary.
Copy process can be found in ISolver::CoupleVect…