David Wells
David Wells
I have discussed this with @abarret and @boyceg both in person and over email; we should summarize everything here. I talked to @abarret about this yesterday: since ~~SAMRAI 3.x~~ SAMRAI...
This came up in the group meeting this morning - we should add an example for this that incorporates Aaron's old notes and shows how to do this. Cole -...
It shouldn't be that hard to add another GitHub action that runs clang format and somehow communicates the result to the PR author. Some options: - we could rig things...
I looked some more into it and this is definitely possible - in fact it's more or less the default for deal.II, see https://cdash.43-1.org/index.php?project=deal.II the machine `tester` is ours and...
Right now `IBTK::SecondaryHierarchy` is simply a repartitioning of the normal hierarchy - the index space is the same. It would be useful, though, to enable an alternative strategy where only...
@knepley pointed out that we can use https://www.gharchive.org to get the information we need instead of doing it manually. We should add a script that queries this site for what...
It's not totally clear how we should do this but it's in the heart model.
instead of using a bunch of `std::vector`s to indicate state of different parts owned by IBFEMethod we should just implement `class Part` and make each part responsible for storing this...
This is from an email back in April from @alexkaiser. We should open an issue to record what we know. > I'm using instruments to measure flow through a ring...
One application that we are working on requires that we use a non-IBFEMethod for mechanics but IBFEMethod for FSI - the two representations will be coupled with springs. Accordingly, we...