Tom Epperly
Tom Epperly
Is this a correct way to do what I was hoping? ```c++ [X_WIDTH,Y_WIDTH,X_LEN,Y_LEN](const auto &location, [[maybe_unused]] const auto &normal) { if constexpr (::std::is_same::value) { constexpr double LOAD=-0.5; const double signedDistanceFromXCenter(location[0]-X_LEN*0.5);...
Is `::serac::tensor` always an order one tensor (i.e., something that one might call a vector)?
Based on compiler output, it appears that `x` can be either a `::serac::tensor` or a `serac::tensor`. It doesn't always have a `operator[]` method defined, so I don't think the approach...
Someone else pointed out that if we required sequential numbering, could simply do: ```c++ for(int i = 1; i
So Axom clients shouldn't use `axom::CLI` because it's intended solely for internal use?
I am adding NLOpt as an optional solver for a package that currently supports [Ipopt](https://github.com/coin-or/Ipopt), [HiOp](https://github.com/LLNL/hiop), and another implementation of MMA. These three algorithms support an iteration callback function that's...
I have the same question. It would be very useful if the objective function could throw an exception or return a value indicating that the current x is infeasible or...
@bslazarov and @matthiasdiener you might have an opinion about this.
@pazner, from my perspective, this PR is ready for review. I don't plan to make anymore changes other than those needed to address the reviewer's feedback. I don't believe I...
I'm not sure what the mfem protocol is for merging things. I think someone with more rights than I needs to initiate the merge. @v-dobrev thanks for the review.