Skip to content

Commit 7db7914

Browse files
committed
up
1 parent 9c7bce8 commit 7db7914

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@ perf.*
2222
.vscode
2323
.phare*
2424
PHARE_REPORT.zip
25+
.gdbinit

tests/core/numerics/interpolator/test_main.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -522,6 +522,11 @@ class ACollectionOfParticles_1d : public ::testing::Test
522522
std::array<double, nbrPointsSupport(Interpolator::interp_order)> weights;
523523

524524

525+
// For the set of particles herebelow, whatever the interp_order,
526+
// we have a set of particles around idx=20, so that their particle
527+
// density is 1, their charge density is 2 and velocity is (2, -1, 1)
528+
// depending on the interp order, iCell, delta, weight, charge and v
529+
// are then correctly tuned
525530

526531
ACollectionOfParticles_1d()
527532
: part{}

0 commit comments

Comments
 (0)