From 0a4d82fd5c514760871d11c8db037f560f07bc89 Mon Sep 17 00:00:00 2001 From: David Grote Date: Wed, 3 Aug 2022 13:34:11 -0700 Subject: Implement output of scraped particles at domain boundaries (#3274) * Implement scraping from all boundaries * Update input script * Output all particles to the same buffer * Dump different boundaries into different files * Avoid writing species that are not allocated * Improve documentation * Allow output of some boundaries only * Correct compilation error * Fixes and updates to BoundaryScraping * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: Remi Lehe Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp') diff --git a/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp b/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp index c396818cd..2e5d3f734 100644 --- a/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp +++ b/Source/Diagnostics/FlushFormats/FlushFormatCheckpoint.cpp @@ -35,6 +35,7 @@ FlushFormatCheckpoint::WriteToFile ( const std::string prefix, int file_min_digits, bool /*plot_raw_fields*/, bool /*plot_raw_fields_guards*/, + const bool /*use_pinned_pc*/, bool /*isBTD*/, int /*snapshotID*/, const amrex::Geometry& /*full_BTD_snapshot*/, bool /*isLastBTDFlush*/, const amrex::Vector& /* totalParticlesFlushedAlready*/) const -- cgit v1.2.3