Dan Ibanez

Results 127 comments of Dan Ibanez

@mhoemmen awesome! We just chose a random name for it and use it as a function (`choose(cond,tv,fv)`). should be as easy as moving its implementation once ternary can be overloaded.

In the spirit of recording things that we might want to create ISO C++ papers about, @alanw0 and the STK team identified that an equivalent of `std::copysign` is useful, and...

@alanw0 I think the short answer is we don't have a dashboard right now for testing across instruction sets. Personally I think this won't really happen until its merged into...

Hi @keichi , fp32 has not been a priority internally at Sandia, but if you open an issue on this repository requesting fp32 support then we can try to prioritize...

Yes, there are other ODEs for those two equations as well (algebraic for voltage veq and differential for current ieq). I've put diagnostics into my residual callback and notice that...

Hi folks, I managed to develop a single-C-file reproducer of the problematic time step in my circuit. Could someone on the team compile this against SUNDIALS and help me understand...

For full transparency, when I run this program I get the following: ``` [ERROR][rank 0][/Users/daibane/smash/source/sundials/src/ida/ida.c:2359][IDAHandleFailure] At t = 8.04287392670521e-08 and h = 1.06878831831429e-20the error test failed repeatedly or with |h|...

Further clarification: I have removed the equations that I believe to be nonlinear and I am still seeing IDA solver failures. Thus I'm changing the name of this issue because...

I just spent about an hour unsuccessfully trying to build a code that actually uses GTest properly as a TPL from the actual repository here on GitHub where Google provides...