PDESolvern
PDESolvern is an open-source software library for solving partial differential equations (PDEs). Designed for use in physics, engineering, and applied mathematics, it provides a modular framework intended for rapid development, testing, and deployment of numerical solvers across a range of problem classes.
The library supports multiple discretization schemes including finite difference, finite element, and spectral methods, and it
In terms of performance and scalability, PDESolvern uses a C++ core with Python bindings for scripting. It
The API emphasizes readability and extensibility. Users define problems via a domain, equation specification, and boundary
PDESolvern is released under a permissive license and maintains documentation, tutorials, and example problems. As an