Skip to content

Commit b76d690

Browse files
committed
*: citation comments
1 parent 342924b commit b76d690

5 files changed

Lines changed: 18 additions & 0 deletions

File tree

src/libpsc/psc_push_particles/inc_curr_1vb_split.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
#pragma once
33

4+
// J. Villasenor and O. Buneman, "Rigorous charge conservation for local
5+
// electromagnetic field solvers", Computer Physics Communications 69 (1992) 306
6+
47
// ======================================================================
58

69
template <typename Order, typename Dim, typename _fields_t>

src/libpsc/psc_push_particles/inc_curr_zigzag.cxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
#pragma once
33

4+
// T. Umeda, Y. Omura, T. Tominaga, and H. Matsumoto, "A new charge conservation
5+
// method in electromagnetic particle-in-cell simulations", Computer Physics
6+
// Communications 156 (2003) 73
7+
48
// ======================================================================
59

610
template <typename Order, typename Dim, typename _fields_t>

src/libpsc/psc_push_particles/push_particles_1vb.hxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11

2+
// J. Villasenor and O. Buneman, "Rigorous charge conservation for local
3+
// electromagnetic field solvers", Computer Physics Communications 69 (1992) 306
4+
25
// ======================================================================
36
// PushParticlesVb
47

src/libpsc/psc_push_particles/push_particles_esirkepov.hxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
#pragma once
33

4+
// T. Zh. Esirkepov, "Exact charge conservation scheme for particle-in-cell
5+
// simulation with an arbitrary form-factor", Computer Physics Communications
6+
// 135 (2001) 144
7+
48
#include "pushp_current_esirkepov.hxx"
59
#include "../libpsc/psc_checks/checks_impl.hxx"
610

src/libpsc/psc_push_particles/pushp_current_esirkepov.hxx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11

22
#pragma once
33

4+
// T. Zh. Esirkepov, "Exact charge conservation scheme for particle-in-cell
5+
// simulation with an arbitrary form-factor", Computer Physics Communications
6+
// 135 (2001) 144
7+
48
#include "inc_defs.h"
59
#include "interpolate.hxx"
610

0 commit comments

Comments
 (0)