Real box in Fortran #3250
Closed
Mephiiistopheles
started this conversation in
General
Replies: 1 comment 1 reply
-
There is no RealBox in Fortran. But you can call Note that traditionally all amrex::Geometry objects had the same problem domain. We relaxed that constraint and now in C++ one can have different problem domains in different Geometry objects. However in Fortran, we still have all amrex_geometry objects sharing the same problem domain. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I've been following the Multifab tutorial and trying to recreate it using the Fortran interface. Am I missing something, or is there not currently any provision for directly creating a Real Box via the Fortran interface, such that specifying the physical dimensions of the domain is most readily done via an input file?
Many thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions