- May 09, 2023
- May 08, 2023
-
-
Ian Bell authored
Python part still needs to be fixed, almost there, compiles in clang again
-
- May 04, 2023
-
-
Ian Bell authored
-
- Mar 22, 2023
-
-
Ian Bell authored
To be sure
-
- Mar 15, 2023
- Nov 09, 2022
-
-
Ian Bell authored
-
- Nov 07, 2022
- Nov 03, 2022
-
-
Ian Bell authored
Closing in
-
- Nov 02, 2022
-
-
Ian Bell authored
-
- 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
-
- 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 ===============================================================================
-
- Aug 03, 2022
-
-
Ian Bell authored
-
- Aug 02, 2022
- Aug 01, 2022
-
-
Ian Bell authored
-
- May 27, 2022
- May 25, 2022
-
-
Ian Bell authored
It works!
-
- Apr 05, 2022
-
-
Ian Bell authored
* Add partial molar volume as a possible output * And expose to python
-
- Mar 21, 2022
- Mar 20, 2022
-
-
Ian Bell authored
To avoid unused variable warnings
-
- Feb 23, 2022
-
-
Ian Bell authored
-
- Feb 22, 2022
-
-
Ian Bell authored
-
- Feb 19, 2022
-
-
Ian Bell authored
-
- Feb 18, 2022
-
-
Ian Bell authored
-
- Feb 17, 2022
-
-
Ian Bell authored
-
- Feb 15, 2022
-
-
Ian Bell authored
By adding the necessary Eigen header for real type of autodiff
-
- Feb 13, 2022
-
-
Ian Bell authored
Next is the cross derivatives
-
- Feb 02, 2022
-
-
Ian Bell authored
-
- Nov 15, 2021
-
-
Ian Bell authored
-
- Nov 06, 2021
-
-
Ian Bell authored
-
- Oct 15, 2021
-
-
Ian Bell authored
-