ImperialCollegeLondon / AI4PDEs

PDE solvers expressed as neural networks
MIT License
6 stars 1 forks source link

Deal with having two copies of u #1

Open lm2612 opened 3 months ago

lm2612 commented 3 months ago

Issue

We currently have two tensors: u for the main domain and uufor the domain plus the halo to include the boundary conditions. Ideally we would like to only have one copy of u.

Possible solutions