import { defineConfig } from 'astro/config'; import node from '@astrojs/node'; // https://astro.build/config export default defineConfig({ output: 'server', adapter: node({ mode: 'standalone', }), }); ='https://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
2019-08-08Removed fortran routines related to charge depositionGravatar Dave Grote 4-169/+2
2019-08-08Implemented ApplyInverseVolumeScalingToChargeDensityGravatar Dave Grote 4-6/+62
2019-08-08Converted DepositCharge to c++ (and removed duplication of code)Gravatar Dave Grote 5-182/+100
2019-08-08Temporarily disable spectral PML testGravatar Remi Lehe 1-14/+14
2019-08-07fix a bug in GpuParserGravatar Weiqun Zhang 1-2/+2
2019-08-07Correct direct current deposition for RZGravatar Remi Lehe 1-1/+1
2019-08-07Removed incorrectly added file ipo_out.optrptGravatar Ligia Diana Amorim 1-0/+0
2019-08-07Changed required nr of parameters for defining the plasma parabolic channel ↵Gravatar Ligia Diana Amorim 2-1/+1
from 7 to 6
2019-08-07Remove unused variablesGravatar Remi Lehe 1-2/+0
2019-08-07Clean-up if conditions in PMLGravatar Remi Lehe 1-16/+2
2019-08-07Added RZ version of doDepositionShapeNGravatar Dave Grote 1-0/+23
2019-08-06Update naming in PML PSATD solverGravatar Remi Lehe 1-3/+3
2019-08-05For RZ, removed uses of atan2Gravatar Dave Grote 2-9/+26
2019-08-05make: fix libraries when USE_CUDAGravatar Weiqun Zhang 1-4/+4
2019-08-05Minor fixes for RZ conversionGravatar Dave Grote 1-5/+0
2019-08-05Replaced WARPX_RZ with WARPX_DIM_RZGravatar Dave Grote 12-43/+42
2019-08-05Removed warpx_geteb_energy_conservingGravatar Dave Grote 4-246/+4
2019-08-02Implented RZ version of doGatherShapeNGravatar Dave Grote 1-0/+18
2019-08-02Removed obsolete warpx_current_deposition_rz_volume_scalingGravatar Dave Grote 2-58/+0
2019-08-02Minor fix in PhysicalParticleContainer::PushPGravatar Dave Grote 1-1/+1
2019-08-02Minor fix in RigidParticleContainer::PushPGravatar Dave Grote 1-1/+1
2019-08-02PushP now uses FIeldGatherGravatar Dave Grote 2-0/+14
2019-08-02add docGravatar MaxThevenet 1-0/+8
2019-08-02add max plasma densityGravatar MaxThevenet 1-2/+6
2019-08-02remove particles below or above density thresholdsGravatar MaxThevenet 3-0/+17
2019-08-01Removed old version of ApplyInverseVolumeScalingToCurrentDensityGravatar Dave Grote 1-81/+1
2019-08-01Fixed SetPosition for RZ with CUDAGravatar Dave Grote 1-1/+1
2019-08-01Moved ApplyInverseVolumeScalingToCurrentDensity to WarpX and is called after ↵Gravatar Dave Grote 4-7/+111
all particles are deposited.
2019-08-01typos in example inputsGravatar MaxThevenet 3-6/+2
2019-08-01remove unused variablesGravatar MaxThevenet 1-3/+0
2019-08-01openPMD-api: v0.9.0 provides .pc filesGravatar Axel Huebl 4-27/+37
In order to build with openPMD-api, we can rely on the installed `pkg-config` (`.pc`) file provided in openPMD-api 0.9.0 or newer. We also set an RPATH in the WarpX executable to avoid having to load the shared depending library via `LD_LIBRARY_PATH` at runtime. Further dependencies, if provided by spack, have an RPATH set by default as well.
2019-07-31Clean unused function Evolve in MultiParticleContainer.cppGravatar Remi Lehe 1-24/+0
2019-07-31cleaning suggested in Remi's reviewGravatar MaxThevenet 2-13/+13
2019-07-31Updated inputs.multi.rz.rtGravatar Dave Grote 1-0/+2
2019-07-31Included ApplyInverseVolumeScalingToCurrentDensityGravatar Dave Grote 2-4/+85
2019-07-31comments in PPCGravatar MaxThevenet 1-0/+10
2019-07-31comments in plasma injectorGravatar MaxThevenet 2-0/+22
2019-07-31Allowed input of use_picsar_deposition with RZGravatar Dave Grote 1-2/+0
2019-07-31Implemented RZ current density inverse volume scaling in c++Gravatar Dave Grote 1-0/+7
2019-07-31Implemented RZ deposition in c++ for Esirkepov.Gravatar Dave Grote 1-19/+34
2019-07-31comment GPUParser and custom density/momentum profilesGravatar MaxThevenet 4-7/+31
2019-07-31comments on all injectorsGravatar MaxThevenet 4-1/+40
2019-07-31fix memory needed in shared memoryGravatar MaxThevenet 2-2/+2
2019-07-31comment union thing for injectorsGravatar MaxThevenet 2-0/+55
2019-07-31Add anonymous namespaceGravatar Remi Lehe 1-33/+34
2019-07-30Apply spectral solver to the fine and coarse patchGravatar Remi Lehe 1-23/+37
2019-07-30Corrections to allow compilation on GPUGravatar Remi Lehe 2-45/+60
2019-07-30Apply spectral PML solver to both coarse and fine patchGravatar Remi Lehe 2-27/+45
2019-07-30Put PML spectral-specific arguments in precompiler directivesGravatar Remi Lehe 4-17/+24