Sohail Reddy

Results 4 issues of Sohail Reddy

The hyper volume calculation for test problem with M>3 yields NaNs. This probably has to do with Monte Carlo computation for the HV? I tried it with Two_Arch2 and RVEA...

enhancement

Since most scientific computing codes don't use std::vector and use their own containers, new tensor constructor and get_raw_data functions were added to work with pointers of primitive types.

Updated C_wrapper to exposed the variable new_x from Ipopt routines to Julia functions. Maintains backward compatibility for cases where new_x is not used by routines.

This PR updates the implicit `ODESolver` to work with `TimeDependentOperator` whose `ImplicitSolve(dt,u,k)` returns the stage-slope `k=du/dt` or the stage-stage `k=u_{i+1}` This is needed to enforce boundary conditions in multi physics...

enhancement
in-review