aboutsummaryrefslogtreecommitdiff
path: root/Source/FieldSolver/SpectralSolver/SpectralAlgorithms/Make.package
blob: 7c2bf42810949cab360b302e640cf6823882d5c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CEXE_sources += SpectralBaseAlgorithm.cpp
CEXE_sources += PsatdAlgorithm.cpp
CEXE_sources += PsatdAlgorithmJLinearInTime.cpp
CEXE_sources += PsatdAlgorithmPml.cpp
CEXE_sources += PsatdAlgorithmComoving.cpp

ifeq ($(USE_RZ),TRUE)
  CEXE_sources += SpectralBaseAlgorithmRZ.cpp
  CEXE_sources += PsatdAlgorithmRZ.cpp
  CEXE_sources += PsatdAlgorithmGalileanRZ.cpp
  CEXE_sources += PsatdAlgorithmPmlRZ.cpp
endif

VPATH_LOCATIONS   += $(WARPX_HOME)/Source/FieldSolver/SpectralSolver/SpectralAlgorithms
eam'>eventstream Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/types.d.ts (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-08Fix https://github.com/Jarred-Sumner/bun/issues/122Gravatar Jarred Sumner 2-2/+16
2022-03-08Update sourcemap.zigGravatar Jarred Sumner 1-6/+6
2022-03-08[bun.js] WIP sourcemap supportGravatar Jarred Sumner 3-249/+646
2022-03-07Add VLQ bench, improve decodeVLQ perfGravatar Jarred Sumner 3-3/+138
2022-03-07Optimize sourcemapsGravatar Jarred Sumner 6-90/+210
2022-03-07Update options.zigGravatar Jarred Sumner 1-4/+37
2022-03-07source maps optimizationsGravatar Jarred Sumner 11-85/+458
2022-03-07[JS] Don't make this inlineGravatar Jarred Sumner 1-2/+2
2022-03-07[JS] Slight optimization for newlinesGravatar Jarred Sumner 1-36/+2
2022-03-07[JS Parser] Fix bug with decoding escape sequencesGravatar Jarred Sumner 1-4/+4
2022-03-07[JS/JSON] Optimize parsing long stringsGravatar Jarred Sumner 1-1/+37
2022-03-07[JS Parser] Add optimization for JSX spreadGravatar Jarred Sumner 1-0/+11
2022-03-061.7x faster sourcemap printingGravatar Jarred Sumner 1-24/+32
2022-03-06source maps work for app code in `bun dev`!Gravatar Jarred Sumner 19-153/+1098
2022-03-05[JS Parser] dot property shorthand for JSXGravatar Jarred Sumner 3-10/+82
2022-03-05Update README.mdGravatar Jarred Sumner 1-1/+1
2022-03-05Update README.mdGravatar Jarred Sumner 1-1/+1
2022-03-05Update README.mdGravatar Jarred Sumner 1-1/+12