Hello,
I now get a bunch of MPI related linker errors when trying to build (Xcode).
This is my brew install of deal.II:
Michaliss-MacBook-Pro:output_test michalis$ brew info dealii
homebrew/science/dealii: stable 8.2.1 (bottled), HEAD
http://www.dealii.org
/usr/local/Cellar/dealii/8.2.1 (521 files, 170M) *
Poured from bottle
From: https://github.com/homebrew/homebrew-science/blob/master/dealii.rb
==> Dependencies
Build: cmake ✔
Recommended: arpack ✔, boost ✔, hdf5 ✔, metis ✔, mumps ✔, muparser ✔, netcdf ✔, opencascade ✔, petsc ✔, p4est ✔, slepc ✔
Optional: openblas ✔, trilinos ✘
Should I install Trillions?
Any help will be much appreciated.
For the sake of completeness, I am trying to simulate heat diffusion on a square mesh with Neumann boundary conditions (no-flow), ideally with adaptive mesh refinement. This has to be solved one time-step at a time, and integrated into a class which will interact with other objects in the system at every time step. If there are any better ideas for how to achieve this I would love to hear them, as at this point I have spent an inordinate amount of time trying to define this problem and fit it into the structure of the project (tried other libraries as well, I'm just getting started with deal.ii).
Thank you very much for all your time and help.