Boundary conditions → collocation → solution
Illustrative method sketch
Scientific computing / Research software
FR-PIELM &
Particle Simulation
A research codebase connecting neural-network numerical methods with one-dimensional electrostatic simulation, alongside a focused reference implementation of the Poisson solver.
- FR-PIELM and finite-difference Poisson solvers with embedded boundary conditions in the neural formulation.
- Particle-in-cell routines for charge deposition, field interpolation, and electron–ion dynamics.
- Reference solver contracts, rank and condition checks, and numerical diagnostics.
Inside the method
The solver constructs an analytic neural representation with hard Dirichlet boundary embedding. Its implementation uses matrix rank and conditioning checks, plus LU or QR factorization for the collocation system. The surrounding simulation code includes finite-difference comparison paths and particle updates.
The reference work makes assumptions and diagnostics explicit. Broader convergence guarantees and trustworthy coupling to particle simulations remain research questions.
Scope: one-dimensional numerical methods and implementation analysis.