- Nov 04, 2022
-
-
Ian Bell authored
Closing in with the models
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
Attach model specific methods at model construction
-
Ian Bell authored
-
Ian Bell authored
Dropped three more esoteric ones with good replacements
-
- Nov 03, 2022
-
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
Maybe add another smarter runtime method called model that will go through the model types and return the one that is there
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
-
Ian Bell authored
Closing in
-
- Nov 02, 2022
- Nov 01, 2022
- Oct 31, 2022
-
-
Ian Bell authored
Very fast in C++ (less than a microsecond for 4 outputs in the Jacobian), but 10 microseconds in Python for 2. Need to find a way to make it closer to original speed. Perhaps pass in a buffer to be populated. That should allow the copy to be avoided. It must be the Eigen arrays that are so slow.
-
Ian Bell authored
See #21
-
Ian Bell authored
-
Ian Bell authored
-
- Oct 27, 2022
-
-
Ian Bell authored
Wicked fast, see benchmark file added in this commit: ------------------------------------------------------------------------------- multifluid derivatives ------------------------------------------------------------------------------- /Users/ihb/Documents/Code/teqp/src/bench_derivbox.cpp:37 ............................................................................... benchmark name samples iterations estimated mean low mean high mean std dev low std dev high std dev ------------------------------------------------------------------------------- alphar 100 140 1.652 ms 117.036 ns 116.863 ns 117.654 ns 1.48691 ns 0.425603 ns 3.42119 ns All residual derivatives needed for first derivatives of h,s,u,p w.r.t. T&rho 100 29 1.6849 ms 579.424 ns 575.931 ns 593.892 ns 30.0729 ns 2.63483 ns 69.5014 ns All ideal-gas derivatives needed for first derivatives of h,s,u,p w. r.t. T&rho 100 72 1.6416 ms 226.557 ns 226.297 ns 227.014 ns 1.70744 ns 1.13538 ns 3.15493 ns ===============================================================================
-
- Oct 24, 2022
-
-
Ian Bell authored
-
- Oct 19, 2022
-
-
Ian Bell authored
Closes https://github.com/usnistgov/teqp/issues/15
-
Ian Bell authored
-
Ian Bell authored
-