The electric field from a triangular element is incorrect. Issue with

directional derivative depending on the definition of first node. Trying
to solve it with searching for the right first node but it is very
difficult. A solution is required to allow triangular meshes in charged
simulations.
This commit is contained in:
Jorge Gonzalez 2020-11-26 09:04:26 +01:00
commit 075530e967
11 changed files with 1028 additions and 440 deletions

View file

@ -138,6 +138,9 @@ MODULE moduleInput
!Allocate the solver for charged pusher 2D Cylindrical
ALLOCATE(solver, source=solverCylCharged())
CASE DEFAULT
CALL criticalError('Solver ' // solverType // ' not found','readCase')
END SELECT
!Convert simulation time to number of iterations