# Kitchen Sink: Microfrontends with Astro ``` npm create astro@latest -- --template framework-multiple ``` [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/framework-multiple) [![Open with CodeSandbox](https://assets.codesandbox.io/github/button-edit-lime.svg)](https://codesandbox.io/s/github/withastro/astro/tree/latest/examples/framework-multiple) This example showcases Astro's built-in support for multiple frameworks ([React](https://reactjs.org), [Preact](https://preactjs.com), [Svelte](https://svelte.dev), and [Vue (`v3.x`)](https://v3.vuejs.org/)). No configuration is needed to enable these frameworks—just start writing components in `src/components`. ' onchange='this.form.submit();'> Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/PMLPsatdAlgorithm.cpp (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-11Source & Tools: No EOL WhitespacesGravatar Tools 80-1183/+1182
2019-09-10Cleanup: Include OrderGravatar Axel Huebl 13-52/+57
2019-09-10add restrict to pointer parameters of laser functionsGravatar Weiqun Zhang 3-22/+23
2019-09-10make 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
2019-09-09Particles: gather_from_main_gridGravatar Axel Huebl 5-4/+39
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