diffphys ns phiflow2 update, WIP

This commit is contained in:
NT
2021-02-27 14:07:42 +08:00
parent feb1477391
commit 6b350893fc
8 changed files with 1069 additions and 374 deletions

View File

@@ -58,13 +58,13 @@ goals of the next sections.
✅ Pro:
- uses physical model
- derivatives via backpropagation
- derivatives can be convieniently compute via backpropagation
❌ Con:
- slow ...
- only soft constraints
- quite slow ...
- physical constraints are enforced only as soft constraints
- largely incompatible _classical_ numerical methods
- derivatives rely on learned representation
- accuracy of derivatives relies on learned representation
Next, let's look at how we can leverage numerical methods to improve the DL accuracy and efficiency
by making use of differentiable solvers.