fpakc/runs/cylFlow
Jorge Gonzalez c82279f5c5 First version with possibility for charged particles to be included.
Now, the solver needs to be an input parameter of the case, to select if
it is for charged or neutral particles.

Resolution of Poisson equation with Dirichlet boundary conditions is
possible. The source vector is the charge density. This resolution is
done in two steps to save computational time:
  1. When reading the mesh, the PLU factorization of the K matrix is
  computed.
  2. In each iteration, the system K*u = f is solved, in which f is the
  source vector (charge density) and u is the solution (potential) in
  each node.

No case has been added to the repository. This will be done in next
commit.

The 'non-analog' scheme has been commented. It still needs to split
the particle to avoid 'overweight' particles.
2020-11-15 21:16:02 +01:00
..
compCPUTime.gp Final adjustments, format of verbose corrected and minor modifications 2020-10-18 00:21:13 +02:00
input.json First version with possibility for charged particles to be included. 2020-11-15 21:16:02 +01:00
mesh.geo First commit of branch performance: 2020-10-10 14:47:22 +02:00
mesh.msh First commit of branch performance: 2020-10-10 14:47:22 +02:00
mesh.msh.opt First commit of branch performance: 2020-10-10 14:47:22 +02:00
plotCPUTime.gp Base commit befor trying to use dynamic scheduling to boost parallel 2020-10-18 17:00:15 +02:00