AMReX-Fluids / IAMR

A parallel, adaptive mesh refinement (AMR) code that solves the variable-density incompressible Navier-Stokes equations.
https://amrex-fluids.github.io/IAMR/
80 stars 57 forks source link

Missing information about AMReX-Hydro in the documentation #108

Closed Jokeren closed 2 years ago

Jokeren commented 2 years ago

https://amrex-codes.github.io/IAMR/docs_html/Getting_Started.html

Besides amrex and IAMR, I found that we also need to clone AMReX-Hydro to build any IAMR example.

So git clone https://github.com/AMReX-Codes/AMReX-Hydro should be run before building the code.

cgilet commented 2 years ago

Thanks for reporting this! The documentation has been updated.

Jokeren commented 2 years ago

Thank you!