1D AMR PDE solving in Neural Neworks
Published:
This is a code I wrote to solve the singular Burgers’ equation in one dimension using adaptive mesh refinement. The novel aspect of this code is the implementation with Neural Networks, meaning the solver can be passed to GPUs, dramatically speeding up the calculation. This code was awarded a Featured Contributor Badge on Wolfram’s community group (see link).
You can download the code here.
