-
When trying to use the petrinet AMRs from [this](https://github.com/DARPA-ASKEM/Model-Representations/tree/pde-petri-amrs/petrinet/examples/pde) directory to solve PDEs with PyCIEMSS, I found a few is…
-
Hello @lululxvi ,
Thank you for your deepxde, it is really helpful!
I am trying to solve an inverse problem using Euler Beam model, the problem setup is almost the same as your Euler beam demo, …
-
https://arxiv.org/pdf/1909.12678.pdf . The problem set of NeuralNetDiffEq should be extended to this MKV FBSPDE problem with numerical comparison with Python results.
-
Building 4GB SD card following my own instructions at http://rhombus-tech.net/allwinner_a10/hacking_the_mele_a1000/Building_Debian_From_Source_Code_for_Mele/. Unable to mount the root filesystem. Here…
-
Another interesting error is with binary and encoded string expression in constant.
```
CONSTANT
binaryExpression : BINARY := %011110000111100001111000;
END_CONSTANT;
```
or
```
CONSTA…
-
*1. Elastic*
**Theory**
- [x] Finalize PDEs
- [x] Formulate derivatives and other PINN requirements
**Abaqus**
- [x] Piece out simulation parameters
E = 210 GPa, nu=0.3,
- [x] Extract …
-
-
* [Link](https://arxiv.org/pdf/1904.07200.pdf)
* Title: A Discussion on Solving Partial Differential Equations using Neural Networks
* Keywords (optional):
* Authors (optional):
* Reason (o…
-
These came up when I was randomly generating surfaces and intersecting them (and solving some PDEs along the way). There are (at least 4 cases).
## Case 1
```python
import bezier
import numpy …
-
Hi,
I'm using Interpolations.jl over in [MethodOfLines.jl](https://github.com/SciML/MethodOfLines.jl), and am finding it very convenient for providing an interpolating interface to the solutions of…