| 204 | } |
| 205 | |
| 206 | void |
| 207 | Geometry::GetVolume (MultiFab& vol, |
| 208 | const BoxArray& grds, |
| 209 | const DistributionMapping& dm, |
| 210 | int ngrow) const |
| 211 | { |
| 212 | vol.define(grds,dm,1,ngrow,MFInfo(),FArrayBoxFactory()); |
| 213 | GetVolume(vol); |
| 214 | } |
| 215 | |
| 216 | void |
| 217 | Geometry::GetVolume (MultiFab& vol) const |
no test coverage detected