-
Thank you very much for your outstanding work.
I would like to seek your guidance on reproducing the PDE problem you designed in your paper, as I couldn’t seem to find the experimental examples.
I sin…
-
For the Eclipse top level projects Eclipse-Platform, Equinox, JDT and PDE there is currently only one Oomph Configuration per organization that contains all the project respectively repositories in th…
-
See https://github.com/eclipse-platform/eclipse.platform/actions/runs/11742044019/job/32791372691?pr=1607
Error: Failed to execute goal org.eclipse.tycho:tycho-apitools-plugin:4.0.10-SNAPSHOT:ve…
-
This issue is for more of an API discussion before I dig in to implement PINO PDE. Here I provide examples of supposed API for Physics Informed Neural operator (PINO) problem.
articles
https://…
-
```
def pde_system(x, y, f):
# 1D Convection-Diffusion
c = y[:, 0:1]
#constant velocity for now
u = torch.tensor(0.1)
du_x = 0.
# derivatives
dc_dt = dde.grad…
-
Hi,
Very interesting work! I have one small question: taking the 2D Burger's equation as an example, if the viscosity value is changed, we need to retrain the neural network?
Best wishes
-
Declare 4.34 RC2
A "go" is needed from all the components below to declare this milestone.
Eclipse downloads:
https://download.eclipse.org/eclipse/downloads/drops4/I20241120-1800
Build logs an…
-
Hi,
I downloaded the dataset for the 1D Navier-Stokes Compressible Equation., and I have several questions about the PINN PDE that is implemented in [pinn](https://github.com/pdebench/PDEBench/tree/…
-
I encountered a weird effect: I have a bundle which uses spotbugs-annotations (or a similar optional dependency) via additional.bundles in the build.properties.
When I launch the eclipse product, i…
-
You mentioned the heat equation.... do you mean a "spreading out" effect?
If we wanted to improve predictions, I think simple division right down the middle of the map is a good _feature_ (in the l…