# Astro Starter Kit: A site deployed to a subpath ``` npm init astro -- --template subpath ``` [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/subpath) > 🧑‍🚀 **Seasoned astronaut?** Delete this file. Have fun! ## 🚀 Project Structure Inside of your Astro project, you'll see the following folders and files: ``` / ├── public/ ├── src/ │ └── components/ │ └── Time.jsx │ └── pages/ │ └── index.astro └── package.json ``` Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name. There's nothing special about `src/components/`, but that's where we like to put any Astro/React/Vue/Svelte/Preact components. Any static assets, like images, can be placed in the `public/` directory. ## 🧞 Commands All commands are run from the root of the project, from a terminal: | Command | Action | |:---------------- |:-------------------------------------------- | | `npm install` | Installs dependencies | | `npm run dev` | Starts local dev server at `localhost:3000` | | `npm run build` | Build your production site to `./dist/` | | `npm run preview` | Preview your build locally, before deploying | ## 👀 Want to learn more? Feel free to check [our documentation](https://github.com/withastro/astro) or jump into our [Discord server](https://astro.build/chat). pX/diff/Source/Python/WarpX_py.cpp?id=160b54f1da490776cd810a00256df4ca0556418f&follow=1'>diff
path: root/Source/Python/WarpX_py.cpp (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2019-12-06removed commentsGravatar Junmin Gu 1-1/+0
2019-12-06removed comments etcGravatar Junmin Gu 2-5/+4
2019-12-06Added instructions for using PICMI with WarpXGravatar L. Diana Amorim 2-0/+36
2019-12-06add warpx.plot_costs=0 to PlasmaMirror regression test so that it doesn't ↵Gravatar Weiqun Zhang 2-2/+2
save costs in plotfiles
2019-12-06add parameter plot_costsGravatar Weiqun Zhang 3-2/+4
2019-12-06adopted c++14 to use make_uniqueGravatar Junmin Gu 2-6/+4
2019-12-05put setParticlePath at a better locationGravatar Junmin Gu 1-3/+2
2019-12-05Makefiles: C++14Gravatar Axel Huebl 1-0/+1
Request C++14 flags explicitly.
2019-12-05removed end of the line whitespacesGravatar Junmin Gu 2-4/+4
2019-12-05updated to remove tabsGravatar Junmin Gu 1-1/+1
2019-12-05make changes with Axel's commentsGravatar Junmin Gu 2-39/+38
mainly: 1) filename (with timestep per file) is handled by openPMD, so some related functions are simplified 2) std::move to bring openpmd_backend from WarpX.H to WarpXOpenPMDPlot. which is fine with me. donnt think that variable will be asked again by anything other than WarpXOpenPMDPlot
2019-12-05update path to example batch script on SummitGravatar MaxThevenet 1-1/+1
2019-12-04Avoid matplotlib errors in space charge regression testsGravatar Remi Lehe 2-2/+6
2019-12-04Remove GPU_inputs testGravatar Remi Lehe 2-82/+0
2019-12-04fix_warningsGravatar Weiqun Zhang 3-2/+6
2019-12-04defaults to one file per timestepGravatar Junmin Gu 1-2/+2
2019-12-04the option warpx.openpmd_tspf is added and testGravatar Junmin Gu 1-3/+4
2019-12-04When momentum-conserving gather is used, the index type of Ex, Ey, etc. is ↵Gravatar Weiqun Zhang 1-6/+7
not the same as WarpX::*_nodal_flag.
2019-12-04openpmd_tspf is openPMD specificGravatar Junmin Gu 1-0/+2
2019-12-03removed eol whitespacesGravatar Junmin Gu 1-6/+6
2019-12-03added comments, suggested from AxelGravatar Junmin Gu 4-12/+35
2019-12-03Update Source/Particles/WarpXParticleContainer.HGravatar guj 1-1/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-03Update Source/Diagnostics/WarpXOpenPMD.cppGravatar guj 1-1/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-03Update Source/Diagnostics/WarpXOpenPMD.cppGravatar guj 1-1/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-03Update Source/Diagnostics/WarpXOpenPMD.HGravatar guj 1-1/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-03Update Source/Diagnostics/WarpXOpenPMD.HGravatar guj 1-1/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-03Update Source/Diagnostics/WarpXOpenPMD.cppGravatar guj 1-1/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-03Update Source/Diagnostics/WarpXOpenPMD.HGravatar guj 1-1/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-03Update Source/Diagnostics/WarpXOpenPMD.HGravatar guj 1-1/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-03Update Source/Diagnostics/WarpXOpenPMD.HGravatar guj 1-1/+1
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-03Update Source/Diagnostics/WarpXOpenPMD.HGravatar guj 1-1/+6
Co-Authored-By: Axel Huebl <axel.huebl@plasma.ninja>
2019-12-03remove EOL whitespaceGravatar Andrew Myers 1-1/+1
2019-12-03Do not request python3 in scriptsGravatar Remi Lehe 1-1/+1
2019-12-03Abort if the run is peridiodic in the moving window directionGravatar Andrew Myers 1-0/+3
2019-12-03Remove unused scriptGravatar Remi Lehe 1-44/+0
2019-12-03Remove duplicated test `Python_Langmuir_rz_multimode`Gravatar Remi Lehe 1-14/+0
2019-12-03Add outputFile to Python testsGravatar Remi Lehe 1-0/+4
2019-12-02Fix regression test configuration file. Add outputFile to a number of tests ↵Gravatar Weiqun Zhang 1-0/+4
so that the regression test script knowns the name of plotfile.
2019-12-02Use latest verison of ytGravatar Remi Lehe 1-1/+2
2019-11-29added documentation of new parametersGravatar Luca Fedeli 2-2/+84
2019-11-29safer commentsGravatar Luca Fedeli 2-16/+16
2019-11-26CoC: Add Specific E-Mail AddressGravatar Axel Huebl 1-1/+1
2019-11-26Removed the blank lines between the nLevels declarations and the for loops. ↵Gravatar levinem 3-9/+3
Moved the prefix operator change back to its original postfix unary position. Changed the int const changes back to their original const int declarations.
2019-11-26Correct 2D calculation of BGravatar Remi Lehe 1-4/+2
2019-11-25Add name instead of just an email address as POCGravatar MaxThevenet 1-1/+1