-
Dear developpers,
I have my own FVM method for solving the eqaution below but it is slow (~10us per time step) because a lot of space is wasted as the solution is quite localized. Hence, I was hopi…
-
Propose a problem for FDM here.
+ Put your NIM.
+ Describe the system in a paragraph.
+ Write the differential equation.
+ Explain whether it will use BVP or IVP.
+ List at least an internet link…
-
Hi,
Thanks for the very neat blog post and code, it is very helpful.
I am definitely not an expert in finite volumes, but I was wondering if there was anything preventing from extending the presen…
-
## Is your feature request related to a problem? Please describe.
- STORY: Users can generalize about dynamical systems with insufficient samples (and Anosov flows)
## Describe the solution you'd …
-
By email, I received the following list of publications not currently on the website but that use deal.II:
Missing Publications
1. M. Aggul, F. G. Eroglu, S. Kaya, A. Labovsky, A projection based …
-
```python
def Flow():
#Import fipy
from fipy import CellVariable, FaceVariable, Grid2D, DiffusionTerm, Viewer, TransientTerm, ImplicitSourceTerm
#######################################…
-
### How to reproduce the bug
Hi guys,
Could anyone help me with the following problems? Thanks!
I try to solve navier stokes on parallel, and when I define my form and solve for the assemble syst…
-
The implementation of Navier-Stokes wall boundary conditions causes additional allocations. For example, in `elixir_navierstokes_convergence.jl`, `calc_single_boundary_flux` results in a significant n…
-
I’m working on modeling a wave powered water pump using Wec-Sim. I’ve followed along with the online tutorials and manuals and have successfully run the RM3 Wec-Sim example. I’ve started applying the …
-
Different differential equations are going to have different structures, but is it okay to use the same structure.