Skip to content

Implements elliptic partial differential equations with Dirichlet boundary conditions in Tensorflow

Notifications You must be signed in to change notification settings

manavchoudhary/pde-with-tensorflow

Repository files navigation

pde-with-tensorflow

Implements elliptic partial differential equations with Dirichlet boundary conditions in Tensorflow

  1. Uses tf.contrib.opt.ScipyOptimizerInterface with 'SLSQP' method for constrained optimization of the reverse problem.
  2. Uses tf.matrix_solve to solve the forward PDE problem.

Reference

Kindly reach out to [email protected] for citation details of this work in your publication

About

Implements elliptic partial differential equations with Dirichlet boundary conditions in Tensorflow

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages