Kyle Mandli
Kyle Mandli
Hmm, had forgotten about that. If we can keep it using hashstack that would be ideal but if that breaks in the future are we going to be able to...
I got through using some of @ketch's modifications but ran into the following errors when compiling BoxLib: ``` python setup.py install --prefix="~/src/envs/claw/" running install running build running build_py running build_boxlib...
I default to Clang since it seems to play more nicely with Python on OS X. Honestly this is really an issue on how my system is setup although I...
10.9.4 with ``` console $ clang --version Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn) Target: x86_64-apple-darwin13.3.0 Thread model: posix ``` and ``` console $ gfortran --version GNU Fortran...
My guess is that it's a problem with something in the chain using the apple approved GCC tool-chain rather than what he installed. That's also somewhat of the problem I...
It looks like that was merged, do you mean it is causing this problem?
Ah, ok. Hope we can get this to work!
Ok, I will write up a PR.
In the case I ran into an approximation of a time derivative is needed to calculate an incoming wave form while allowing an outgoing wave at the same time (not...
I was under the impression that there might be BCs that may be dependent on time derivatives, for instance maybe a system that contains reactions would require the approximation of...