core
Shared MPI block decomposition + asynchronous ghost-layer exchange (header-only C++20)
Loading...
Searching...
No Matches
assembly.hpp File Reference

Go to the source code of this file.

Classes

struct  peclet::core::amr::FvFaceEmit< Dim, Bits >
 Device-callable reproduction of AmrPoisson's per-cell face walk + geometry. More...
 

Namespaces

namespace  peclet
 
namespace  peclet::core
 
namespace  peclet::core::amr
 

Functions

template<int Dim, unsigned Bits>
FvOp peclet::core::amr::assembleFv (const AmrPoisson< Dim, Bits > &ap, const BlockOctreeView< Dim, Bits > &ov)
 Assemble the FvOp entirely on the device from a host AmrPoisson's geometry (h0, periodicity, immersed-wall mode, fine extent, and openness) + a device BlockOctreeView.