import { defineConfig } from 'astro/config'; import vue from '@astrojs/vue'; // https://astro.build/config export default defineConfig({ // Enable Vue to support Vue components. integrations: [vue()], }); tps://git.anshulg.com/ansg191/WarpX/atom/Python/pywarpx/Geometry.py?h=development' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/Python/pywarpx/Geometry.py (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2018-12-11fix conflicts for merge revertGravatar MaxThevenet 50-2229/+781
2018-12-11Revert "Merge pull request #46 from lge0303/master"Gravatar MaxThevenet 5-6600/+0
This reverts commit 83dc3ff044341e9409b446649ddf17c38d848bb1, reversing changes made to f8e209f4ca23e1f709a0ee3696ee1c2351e468fb.
2018-12-10fix PML CKC testGravatar Maxence Thevenet 3-2/+36
2018-12-08doc: update warning on current deposition for GPUGravatar Maxence Thevenet 1-3/+2
2018-12-07fix bugGravatar Weiqun Zhang 1-2/+2
2018-12-06more changes due to AMReX changesGravatar Weiqun Zhang 7-35/+60
2018-12-06AMReX changedGravatar Weiqun Zhang 1-0/+7
2018-12-05added warning for optimized gather and deposition on GPUGravatar MaxThevenet 1-0/+10
2018-12-05fix typo in reg testsGravatar MaxThevenet 1-2/+2
2018-12-05improve SENSEI documentationGravatar Burlen Loring 2-8/+399
* describe architecture * add 3D LPA examples on cori * add Python back-end
2018-12-05add option to force mesh to 0,0,0 in situGravatar Burlen Loring 3-0/+4
2018-12-05initialize some variables before useGravatar Burlen Loring 1-3/+2
2018-12-05init ghost cells during cell centering conversion for in situGravatar Burlen Loring 3-49/+94
2018-12-03Updated picmi implementationGravatar Dave Grote 2-10/+12