SpECTRE  v2024.05.11
LinearSolver::Schwarz::Actions::ReceiveOverlapFields< Dim, OverlapFields, OptionsGroup, RestrictToOverlap, TemporalIdTag > Struct Template Reference

Receive data from regions of this element's subdomain that overlap with other elements. More...

Detailed Description

template<size_t Dim, typename OverlapFields, typename OptionsGroup, bool RestrictToOverlap, typename TemporalIdTag = Convergence::Tags::IterationId<OptionsGroup>>
struct LinearSolver::Schwarz::Actions::ReceiveOverlapFields< Dim, OverlapFields, OptionsGroup, RestrictToOverlap, TemporalIdTag >

Receive data from regions of this element's subdomain that overlap with other elements.

This action waits until overlap data from all neighboring elements has been received and then moves the data into the DataBox as LinearSolver::Schwarz::Tags::Overlaps<OverlapFields...>.

This actions should be preceded by LinearSolver::Schwarz::Actions::SendOverlapFields in the action list.


The documentation for this struct was generated from the following file: