index
:
WarpX
development
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
Parallelization
/
GuardCellManager.cpp
(
unfollow
)
Age
Commit message (
Collapse
)
Author
Files
Lines
2019-10-29
call StreamSynchronize at the end of functions where arrays are allocated on GPU
MaxThevenet
2
-1
/
+3
2019-10-28
replace 'boosted frame' with 'back-transformed' diags
MaxThevenet
3
-17
/
+17
2019-10-28
mention in Doc that ionization on GPU is slow
MaxThevenet
1
-1
/
+2
2019-10-28
Pass fewer guard cells in a number of FillBoundary calls
MaxThevenet
2
-6
/
+11
2019-10-28
remove irrelevant references to ionization
MaxThevenet
1
-11
/
+11
2019-10-27
FillBoundaryE/B/F take mandatory argument nguard
MaxThevenet
7
-86
/
+106
2019-10-27
fix arguments passed in initialization
MaxThevenet
1
-2
/
+2
2019-10-27
avoid redeclaring variables
MaxThevenet
2
-0
/
+20
2019-10-27
forgot to add two files
MaxThevenet
2
-0
/
+158
2019-10-27
guard cells are computed in separate class
MaxThevenet
3
-95
/
+36
2019-10-26
Consts and Real Literals
Axel Huebl
8
-174
/
+185
Start to modernize const correctness in interfaces and replace real literals with proper type.
2019-10-25
also rename files
MaxThevenet
2
-0
/
+0
2019-10-25
replace 'boosted frame diags' with 'back-transformed diags'
MaxThevenet
23
-117
/
+117
2019-10-25
removing 3D
RevathiJambunathan
1
-1
/
+1
2019-10-25
Using abbreviation BTD -- BackTransformedDiagnostics to shorten the ↵
RevathiJambunathan
1
-2
/
+2
regression test names
2019-10-25
fix bug related to photon initialization
Luca Fedeli
1
-3
/
+2
2019-10-25
fixed use of shared pointers
Luca Fedeli
2
-4
/
+7
2019-10-24
add m_ convention in CONTRIBUTING markdown
MaxThevenet
1
-0
/
+1
2019-10-24
run analysis only in read mode
MaxThevenet
1
-1
/
+1
2019-10-24
add a new regression test for momentum conserving field gather
Weiqun Zhang
1
-0
/
+16
2019-10-24
cleanup and comment
Weiqun Zhang
3
-5
/
+3
2019-10-24
update algo.field_gathering in new inputs files. standard is now an invalid ↵
Weiqun Zhang
6
-6
/
+6
option.
2019-10-24
Add initial value (false) for test_quantum_sync
Luca Fedeli
1
-1
/
+1
2019-10-23
minor cleaning
Maxence Thevenet
1
-3
/
+1
2019-10-23
cleaning
Maxence Thevenet
1
-4
/
+3
2019-10-23
fix performance tests on Summit
Maxence Thevenet
4
-16
/
+18
2019-10-23
save performance h5 files, and move handling to perf_logs repo
MaxThevenet
1
-36
/
+19
2019-10-23
remove unused constant
Luca Fedeli
1
-2
/
+1
2019-10-22
add/update comments
Maxence Thevenet
2
-3
/
+3
2019-10-22
copy functors need not be in managed memory
MaxThevenet
1
-2
/
+2
2019-10-22
use new syntax for external fields in examples
MaxThevenet
5
-7
/
+6
2019-10-22
new tests comply with rules in this PR
MaxThevenet
2
-1
/
+1
2019-10-22
write path + filename if wrong filename
MaxThevenet
1
-1
/
+1
2019-10-22
Source/Particles/PhysicalParticleContainer.cpp
Maxence Thevenet
1
-0
/
+3
2019-10-22
add stream synchronize after particle creation
Maxence Thevenet
1
-1
/
+2
2019-10-22
move declaration out of kernel
Maxence Thevenet
1
-1
/
+1
2019-10-22
minor cleaning
Maxence Thevenet
2
-4
/
+1
2019-10-22
comments and remove typo
Maxence Thevenet
2
-18
/
+19
2019-10-22
call RedistributeCPU if runtime components are present, even on GPU
Maxence Thevenet
1
-8
/
+15
2019-10-21
EOL whitespace
Maxence Thevenet
1
-3
/
+3
2019-10-21
cleaning. Still NEED to add some const
Maxence Thevenet
3
-58
/
+26
2019-10-21
fix ionization on GPU. Compiles and ionization test passes
Maxence Thevenet
4
-47
/
+72
2019-10-21
use RedistributeCPU to avoid issue with runtime components on GPU
Maxence Thevenet
1
-2
/
+2
2019-10-21
Made modifications based on suggestions from PR review. 1.Added the override ↵
RevathiJambunathan
1
-6
/
+6
qualifies for functions in the derived class. 2. Clarified that particles are selectively copied from tmp to reduced diag buffer if they are within the user-defined subdomain.
2019-10-20
not faster with make -j4. Reversing to make -j2 for TravisCO tests
MaxThevenet
1
-1
/
+1
2019-10-20
try compiling with -j 4 on TravisCI (hyperthreading?)
MaxThevenet
1
-1
/
+1
2019-10-20
unused arguments in 2d LPA test
MaxThevenet
1
-2
/
+0
2019-10-20
missed one qed option in input file
MaxThevenet
1
-2
/
+2
2019-10-20
back with QED options on for QED test
MaxThevenet
2
-4
/
+4
2019-10-20
minor fix: forgot to pass patch limits for LaserAccelerationMR
MaxThevenet
1
-1
/
+1
[next]