aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms/CartesianYeeAlgorithm.H
diff options
context:
space:
mode:
Diffstat (limited to 'Source/FieldSolver/FiniteDifferenceSolver/FiniteDifferenceAlgorithms/CartesianYeeAlgorithm.H')
0 files changed, 0 insertions, 0 deletions
?id=92ca33e8f280f91b46be678e4a227ab7da7b758d&follow=1'>make function declaration and definition consistent on restrictGravatar Weiqun Zhang 1-2/+2 2019-09-10fix laser for gpuGravatar Weiqun Zhang 2-24/+41 2019-09-10Clean Up Deposit on MainGravatar Axel Huebl 6-20/+18 Just some small renamings, doc strings and clean-ups for deposit on main grid. 2019-09-09Particles: gather_from_main_gridGravatar Axel Huebl 5-4/+39 Support gather for individual particle species from the main grid. Very much based on the similar option for deposition :) 2019-09-09Update CONTRIBUTING.mdGravatar MaxThevenet 1-1/+2 2019-09-06Update CoriGPU build instructionsGravatar kngott 1-4/+5 2019-09-06Updated Python particles interface to allow refined levelsGravatar Dave Grote 5-74/+72 2019-09-06Updated Python fields interface to work with refinementGravatar Dave Grote 2-12/+120 2019-09-06fix typo in CKC PMLGravatar MaxThevenet 1-1/+1 2019-09-04add doc entry for override_sync_intGravatar MaxThevenet 1-0/+7 2019-09-04Fixed Langmuir_rz_multimode regression testGravatar Dave Grote 2-3/+3 2019-09-04Fix ions name in langmuir_PICMI_rz_multimode_analyze.pyGravatar Dave Grote 1-1/+1 2019-09-04change to disable override sync if warpx.override_sync_int <= 0Gravatar Weiqun Zhang 1-2/+2 2019-09-04remove owner masks because they have not been used anymoreGravatar Weiqun Zhang 3-36/+0 2019-09-04add parameter warpx.override_sync_int=10Gravatar Weiqun Zhang 3-1/+9 2019-09-04The Travis test needs to install mpi4pyGravatar Dave Grote 1-1/+1 2019-09-04add laser particles on level 0 instead of max levelGravatar MaxThevenet 1-1/+4 2019-09-04Implemented the parallel version of the Python MultiFab wrapperGravatar Dave Grote 1-2/+38 2019-09-04smaller tolerance for subcycling reg testGravatar MaxThevenet 1-1/+1 2019-09-04do not dump magnetic field for rz langmuir testGravatar MaxThevenet 1-0/+1 2019-09-04do not dump zero fields for reg testsGravatar MaxThevenet 1-2/+5 2019-09-04Fixed RZ input filesGravatar Dave Grote 3-4/+4 2019-09-04fix makefileGravatar Weiqun Zhang 1-6/+6 2019-09-04remove a line that makes regression test script crashGravatar Weiqun Zhang 1-1/+0 2019-09-04set relative tolerance to 2.e-5 instead of 1.e-5Gravatar MaxThevenet 1-3/+3 2019-09-04print errorsGravatar MaxThevenet 1-0/+18 2019-09-04turn comparison off for NCI correctorGravatar MaxThevenet 1-0/+1 2019-09-04turn off OpenMP for regression tests using 1 threadGravatar Weiqun Zhang 1-2/+2 2019-09-04add tolerance to restart regression testGravatar Weiqun Zhang 1-1/+2 2019-09-04Switch to Python3 for travis testsGravatar Dave Grote 1-3/+3 2019-09-04Protect against bug in some versions of numpyGravatar Dave Grote 1-2/+10 2019-09-04do not check fields that are zeros, as they are not dumpedGravatar MaxThevenet 1-9/+1 2019-09-04no OpenMP threading for ionization testsGravatar MaxThevenet 1-2/+2 2019-09-03Reactivate 2D PSATD testsGravatar Remi Lehe 1-37/+36 2019-09-03fix typo in docGravatar MaxThevenet 1-1/+1 2019-09-03move math function wrappers to WarpX_Complex.HGravatar MaxThevenet 4-37/+37