![]() |
Block-Structured AMR Software Framework
|
Functions | |
| void | compute_integrals (MultiFab &intg, int nghost) |
| void | compute_integrals (MultiFab &intg, IntVect nghost) |
| Overload that accepts an IntVect grow vector. | |
| void | compute_surface_integrals (MultiFab &sintg, int nghost) |
| void | compute_surface_integrals (MultiFab &sintg, IntVect nghost) |
| Overload accepting anisotropic grow vector. | |
Compute volume integrals of monomials over cut cells (using nghost ghost cells, but effectively clamped to the component-wise minimum of nghost and intg.nGrowVect()).
Overload that accepts an IntVect grow vector.
Compute surface integrals over EB faces (using nghost ghost cells, but effectively clamped to the component-wise minimum of nghost and intg.nGrowVect()).