David Wells

Results 329 comments of David Wells

In particular - if we maintain a branch where the scripts have been executed then that branch will always have difficult to understand conflicts with `master`. We should never check...

In fact, we need a tutorial explaining the Fischer guess, scratch hierarchy etc. etc. etc. for IBFE. Let me assign this to myself and I'll remember to add something in...

`main` is a reasonable name - it reminds me of the old CVS/SVN naming convention (mainline). We will need some way to retire `master` eventually but I think that we...

Could I convince you to go the opposite way and convert the classes containing only static members into namespaces?

For starters, most of these classes shouldn't be classes at all and have names like `VectorUtilities` or whatever signifying that they are really collections of functions - I'd look for...

The class needs to become a namespace. We don't want to make any breaking changes at this point to the library. For example, ```cpp const hier::Index X_idx = IndexUtilities::getCellIndex(X, grid_geom,...

One such module we should include would be from @abarret's notes, attached here. [ibamr_lag_data.pdf](https://github.com/IBAMR/IBAMR/files/4087069/ibamr_lag_data.pdf)

@cpuelz we should schedule some time to work on this (perhaps we should set up a time to skype each week) and try and get this done sooner rather than...

I'm out of town until next Wednesday; perhaps next Thursday?