From 807cc1e022dc1a052e8e4971a6a4f781a7c94c86 Mon Sep 17 00:00:00 2001 From: danielbelkin Date: Thu, 30 Jul 2020 07:05:33 -0700 Subject: Add input parameter to control Galerkin-scheme gather (#1191) * Rename l_lower_order_in_v to galerkin_interpolation * Changed galerkin_interpolation from int to bool * ... and same for member versions. * Add input parameter to control galerkin_interpolation * Update documentation * semicolon * Update Docs/source/running_cpp/parameters.rst Co-authored-by: Axel Huebl * Update Docs/source/running_cpp/parameters.rst Resolve ambiguity Co-authored-by: Axel Huebl * Fix doc * Add references to documentation Co-authored-by: Axel Huebl --- Source/Python/WarpXWrappers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Python/WarpXWrappers.h') diff --git a/Source/Python/WarpXWrappers.h b/Source/Python/WarpXWrappers.h index bf1b305f4..766d813c2 100644 --- a/Source/Python/WarpXWrappers.h +++ b/Source/Python/WarpXWrappers.h @@ -29,7 +29,7 @@ extern "C" { bool warpx_use_fdtd_nci_corr(); - int warpx_l_lower_order_in_v(); + int warpx_galerkin_interpolation(); int warpx_nComps(); -- cgit v1.2.3 bun-test-each'>bun-test-each Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2022-09-06Return a `Buffer` object for fs.readFileGravatar Jarred Sumner 4-3/+56
2022-09-06Fix issue with `process` esm node exportGravatar Jarred Sumner 1-31/+68
2022-09-06Set a default Loader based on filenameGravatar Jarred Sumner 1-5/+7
2022-09-06Add `node:assert` to list of hardcoded modules to fix ESM compat issueGravatar Jarred Sumner 2-13/+3241
2022-09-06Update README.mdGravatar Jarred Sumner 1-4/+27
2022-09-06Start to document loader apiGravatar Jarred Sumner 1-2/+130
2022-09-06preserve statements when generating a separate module for bun pluginGravatar Jarred Sumner 1-2/+29
2022-09-06Loosen-up the streams polyfillGravatar Jarred Sumner 1-21/+10
2022-09-06Add `@` to acceptable namespace charactersGravatar Jarred Sumner 1-1/+1
2022-09-06Make the plugins a little more resilientGravatar Jarred Sumner 5-53/+81
2022-09-06Add missing `Blob`Gravatar Jarred Sumner 1-2/+2
2022-09-06Make fs extensibleGravatar Jarred Sumner 1-108/+113
2022-09-06Fix crash in Buffer moduleGravatar Jarred Sumner 1-8/+11
2022-09-06Add native ReadableState (#1210)Gravatar Zilin Zhu 12-123/+526
* use functionSpace for JSStringDecoderConstructor and fix console.log on prototype * Add native ReadableState * move kPaused to class property
2022-09-05[Bun.plugin] Clean up exception handlingGravatar Jarred Sumner 3-10/+11
2022-09-05Support async `onLoad` callbacks in `Bun.plugin`Gravatar Jarred Sumner 22-717/+1678
2022-09-05Move `generateObjectModuleSourceCode` to separate file to fix build errorGravatar Jarred Sumner 2-24/+31
2022-09-05`inline`Gravatar Jarred Sumner 1-1/+1
2022-09-05Missing #pragma onceGravatar Jarred Sumner 1-0/+2
2022-09-04Rename `is_macro_mode` -> `use_alternate_source_cache`Gravatar Jarred Sumner 2-4/+4
2022-09-04Some testsGravatar Jarred Sumner 1-0/+19
2022-09-04`[node:module]` Implement `_resolveFileName`, stub `_nodeModulePaths` & `_cache`Gravatar Jarred Sumner 7-86/+150
Closes https://github.com/oven-sh/bun/issues/1111
2022-09-04@globalPrivate -> @linkTimeConstantGravatar Jarred Sumner 6-111/+110
See https://github.com/WebKit/WebKit/pull/2553 I'm not 100% sure @linkTimeConstant is correct. Specifically, I don't know if it's a link time constant or just a global private thing.
2022-09-03[Node API] Fix `napi_module_register`Gravatar Jarred Sumner 6-20/+59
2022-09-03Fix `createRequire()` in `node:module`Gravatar Jarred Sumner 10-161/+302
Fixes https://github.com/oven-sh/bun/issues/831 Fixes https://github.com/oven-sh/bun/issues/453
2022-09-03Fix C++ intellisenseGravatar Jarred Sumner 1-14/+23
2022-09-03Fix build errorGravatar Jarred Sumner 1-6/+5