aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2016-03-30 20:13:48 +0100
committerGravatar Miek Gieben <miek@miek.nl> 2016-03-30 20:13:48 +0100
commit8feef98188d7823b9c7fc99469cb2f588b61757d (patch)
treed0267685138de6d4eb7295d48bc81f962b35af5b /main.go
parentbf6d90600be7eac782e076b7c5f334e83ba9dea0 (diff)
downloadcoredns-8feef98188d7823b9c7fc99469cb2f588b61757d.tar.gz
coredns-8feef98188d7823b9c7fc99469cb2f588b61757d.tar.zst
coredns-8feef98188d7823b9c7fc99469cb2f588b61757d.zip
Fix closest encloser
Diffstat (limited to 'main.go')
0 files changed, 0 insertions, 0 deletions
552f6e5fda5e0&follow=1'>fix 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