Chombo-style "incrementing" FluxRegisters? #2140
-
Hi, I've written a single-level conservation law solver that allocates and stores fluxes grid-by-grid in Is there a way to increment the flux registers grid-by-grid along the lines of what is possible in Chombo, using Chombo's |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 16 replies
-
You could use |
Beta Was this translation helpful? Give feedback.
-
It should be greater than or equal to |
Beta Was this translation helpful? Give feedback.
You could use
YAFluxRegister
inamrex/Src/Boundary
. You can useamrex/Tests/EB/CNS/
as an example. The CNS code usesEBFluxRegister
, which is derived fromYAFluxRegister
. When you look at the CNS code, you only need to look at the block forFabType::regular
.