-
This code:
```julia
using Oceananigans
using Oceananigans.Grids: with_halo
underlying_grid = RectilinearGrid(size=(3, 3, 3), x=(0, 2), y=(0, 1), z=(0, 1))
grid = ImmersedBoundaryGrid(underlyi…
-
Hello, PyClaw developers. We are 2 students, in the numerical PDE class led by Jed Brown. We have a project to contribute to the Numerical PDE community, and we are considering adding another notebook…
-
Si lo se, por default es *.html, pero debería estar en un config ya que si estoy utilizando Jade + PHP, por lo general necesitaría que mis files terminen en la extencion *.phtml, o en mi caso que esto…
-
### Discussed in https://github.com/WENO-OF/WENOEXT/discussions/46
Originally posted by **Fracturist** June 29, 2022
Hello,
I have recently noticed appearance of extra invalid cells and ste…
-
Hi,
I am trying to implement smoothness indicators of the form
$\beta_i = \sum\limits_{l=1}^k \Delta x_0^{2l-1} \int_{K_0} \left( \frac{1}{l!} \frac{d^l}{dx^l} \tilde{p}_i(x) \right)^2 dx, \qua…
FH-9 updated
6 months ago
-
Checkpointer does not work with a ShallowWaterModel
```julia
using Oceananigans
using Oceananigans.Models: ShallowWaterModel
Lx, Ly, Lz = 2π, 20, 10
Nx, Ny = 128, 128
grid = RectilinearGrid(si…
-
We have made the choice of full and modified Newton method optional.
Full Newton method is still the default since FV is also still the default, for which the modified Newton showed mixed results wit…
-
Sherwin recently contributed code that is a nice starting point for drug-drug interaction which was brought into the codebase:
https://github.com/openemr/openemr/commit/43694fd3a580bf4425624737a54454a…
-
```
María, podrías poner lo que apuntaste que hay que retocar? Es que quiero
asegurarme que no me dejo nada :)
Suerte a todos con los exámenes!
AH, el lunes a las 14:00 es la fecha en la que el tra…
-
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_…