This repository contains sample code illustrating the VS Code extension API. Each sample is a self-contained extension that explains one topic in VS Code API or VS Code's Contribution Points. You can ...
Both examples are solvers for an inverse problem for the Poisson equation ∇ ( c ∇ u ) = 1 with suitable boundary conditions. In particular, this is a parameter estimation problem in which we assume ...