We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 726b923 commit a72d63cCopy full SHA for a72d63c
Source/BoundaryConditions/PML.H
@@ -58,6 +58,8 @@ struct SigmaBox
58
59
using SigmaVect = std::array<Sigma,AMREX_SPACEDIM>;
60
61
+ using value_type = void; // needed by amrex::FabArray
62
+
63
SigmaVect sigma;
64
SigmaVect sigma_cumsum;
65
SigmaVect sigma_star;
0 commit comments