This repositories code is an implementation of the Euler method. It solves in particular the coupled system of the ordinary differential equations obtained from the Lorentz force of a Penning trap.
A 2D unstructured finite volume method (FVM) euler solver written in C++. Fluxes can be evaluated with the Lax–Friedrichs or the Roe method. Explicit pseudo-time stepping is available. Expicit ...
Abstract: Many natural and engineering phenomena can be attributed to the ordinary differential equation problems, and Euler methods are the most commonly used for solving ordinary differential ...
Abstract: Adversarial examples are intentionally designed images to force convolution neural networks to give error classification outputs. Existing attacks have ...