-
Hi, I am trying to solve the Cahn-Hilliard equation in its 4th order form instead of splitting it into two coupled equations. This is my code thus far:
```
from fipy import CellVariable, Grid2D, …
-
**Submitting author:** @kaclough (Katy Clough)
**Repository:** https://github.com/GRChombo/GRChombo
**Version:** v1.0
**Editor:** @rkurchin
**Reviewer:** @sbozzolo, @rashti-alireza
**Archive:** 10…
-
Accessing the ODESolution for an observed variable sometimes fails when the solution has been generated by `solve(..., saveat = tsteps)`.
This happens for plotting, but more severely it imparts optim…
bgctw updated
3 years ago
-
Hello,
I am developing a nonlinear CSD code with FEM. I tried to use GMRES in Hypre to solve the linear system. Before adding the subroutine to my CSD code, I have added it to a FEM based CFD code a…
-
Hello,
I am testing SUPG on a time-dependent advection-diffusion equation and would like to weakly impose u = u_0 as a boundary condition for testing purpose. Is there an example that shows how to …
-
Hello,
I am solving a system of PDEs (4 equations) and would like to use a block solver to inverse the mass matrix at each time step. When I run the code in serial I get the following error message…
-
Hello John,
Thank you for your work and I learned so much from your work.
I have run the 05_Tendon_Robot.m. I found when the tension of tendon /tau is larger, the solver stopped prematurely. If…
-
Hello @lululxvi
is it somehow possible to define a boundary like this one?
![D](https://user-images.githubusercontent.com/79721174/114316419-c529f300-9b03-11eb-8e38-7254d9995401.png)
![BC](ht…
-
I looked through the package and it seems like things are already in CuArrays then
https://github.com/climate-machine/Oceananigans.jl/blob/master/src/time_steppers.jl#L42-L78
this should quite r…
-
Please review the structure of the initial draft c76b7e0eedeee44ddf6a8eedfb6516df8a870643
I have also completed the first draft of the following sections, in case you are interested in reviewing th…