Commit Graph

10689 Commits

Author SHA1 Message Date
Ingmar Schoegl
ceec659d60 [unittest] Add Kinetics derivative tests
Unit tests match example in Kinetics derivative documentation.
2023-08-04 14:01:48 -04:00
Ingmar Schoegl
6ba497c392 Use 'using std::set' 2023-08-03 15:35:50 -04:00
Ingmar Schoegl
42ed2be23e Remove unused MaxExp constant 2023-08-03 15:35:50 -04:00
Ingmar Schoegl
02b1fbe6f8 Remove unused typedef grouplist_t 2023-08-03 15:35:50 -04:00
Ingmar Schoegl
0041441400 Standardize Composition typedef 2023-08-03 15:35:50 -04:00
Ingmar Schoegl
3478d0e481 [docs] Add Smith and Missen to bibtex 2023-08-03 12:45:31 -05:00
Ingmar Schoegl
31c5acfc92 [docs] Add missing detailed description 2023-08-03 12:45:31 -05:00
Ingmar Schoegl
dc06d7eb19 [docs] Replace additional instances of /*! 2023-08-03 12:45:31 -05:00
Ingmar Schoegl
b4cde19d61 [docs] Move 1D radiation comments to Doxygen 2023-08-03 12:45:31 -05:00
Ingmar Schoegl
82aec962d3 [docs] Improve SolutionArray documentation 2023-08-03 12:45:31 -05:00
Ingmar Schoegl
d249b2bfa9 [docs] Add citation 2023-08-03 12:45:31 -05:00
Ingmar Schoegl
8047989ff5 [docs] Fix Doxygen autobrief 2023-08-03 12:45:31 -05:00
Ingmar Schoegl
4dd28c417a [docs] Fix brief documentation 2023-08-02 15:42:39 -05:00
Ingmar Schoegl
3b81b72057 [docs] Fix broken Doxygen links 2023-08-02 15:42:39 -05:00
Ingmar Schoegl
40b6ae36a1 [docs] Tweak signature to avoid Doxygen warning 2023-08-02 15:42:39 -05:00
Ingmar Schoegl
c4d8e5e05c [docs] Add docstrings to explicitly linked class variables 2023-08-02 15:42:39 -05:00
Ingmar Schoegl
e1f6b82ba6 [docs] Add missing parameters
All parameters have to be listed to remove warnings. For arguments
with known interpretation, a docstring is added.
2023-08-02 15:42:39 -05:00
Ingmar Schoegl
054cb80b18 [docs] Fix Doxygen warning about group ending
Part of the group extent was outside of the namespace block.
2023-08-02 15:42:39 -05:00
Ingmar Schoegl
e2e5e1b777 [docs] Add spaces between Doxygen and LaTeX commands 2023-08-01 19:22:18 -04:00
Ingmar Schoegl
093ade858f [docs] Differentiate Doxygen from LaTeX commands 2023-08-01 19:22:18 -04:00
Ingmar Schoegl
5b07e7fb1f [docs] Make Doxygen style more consistent (con't) 2023-08-01 10:23:06 -04:00
Ingmar Schoegl
30d3412c61 [docs] Make Doxygen commands more consistent
Use @ref rather than \ref for all cross-references (about half
of the references used one or the other style); also, replace
backslash in a couple of other less commonly used Doxygen commands.
2023-08-01 10:23:06 -04:00
Ingmar Schoegl
70f2d50d30 [docs] Avoid namespace Cantera link in Doxygen docstrings
Writing %Cantera rather than Cantera in Doxygen docstrings
avoids creating a link to the Cantera namespace in the
generated documentation.
2023-08-01 10:23:06 -04:00
ssun30
6b44f1e840 Added diagnostics for filtered tests 2023-07-29 09:36:24 -06:00
ssun30
4dc301b0d7 Simplified test set up and tear down methods 2023-07-29 09:36:24 -06:00
ssun30
9375e8dbc7 Removed unused python packages for Matlab testing 2023-07-29 09:36:24 -06:00
ssun30
e2b50c6ce3 Added checks for OS type in Matlab test suite 2023-07-29 09:36:24 -06:00
ssun30
e3b5228033 Added ctRoot to gitignore 2023-07-29 09:36:24 -06:00
ssun30
d1b2bd5512 Added assumeFail precondition for failing tests 2023-07-29 09:36:24 -06:00
ssun30
a2c316e4d2 Disabled parts of Kinetics Tests that Fail 2023-07-29 09:36:24 -06:00
ssun30
44ac49167e Replace verifications with assumptions
to check how Github Actions responds to it
2023-07-29 09:36:24 -06:00
ssun30
e136bf8853 Enabled part of Thermo Test after PR#1498 2023-07-29 09:36:24 -06:00
ssun30
cd347f7819 Added Kinetics Tests 2023-07-29 09:36:24 -06:00
ssun30
b802ca3446 Added environment variables for Github Actions to
find the correct directories.
2023-07-29 09:36:24 -06:00
ssun30
83a4dcfa0d Moved test setup from script to individual class 2023-07-29 09:36:24 -06:00
ssun30
1ecff828bc Added environment variables for cantera data 2023-07-29 09:36:24 -06:00
Richard West
fb550f6538 CI: Add LD_PRELOAD library path in Matlab test runner
As users are instructed. Without this Matlab uses the wrong library.
2023-07-29 09:36:24 -06:00
ssun30
e024f2428f Add Run Matlab Test Script to CI workflow 2023-07-29 09:36:24 -06:00
ssun30
7693f50b40 Changed location of tests 2023-07-29 09:36:24 -06:00
ssun30
d1f2902624 Proof of concept test suite with run test script
and a test class.
2023-07-29 09:36:24 -06:00
ssun30
9e13e3e5ca Update to ThermoPhase tests 2023-07-29 09:36:24 -06:00
ssun30
77039ac7b9 Added test class proof of concept 2023-07-29 09:36:24 -06:00
Ingmar Schoegl
d01ce5a221 [CI] Install bibtex tool 2023-07-28 12:06:47 -06:00
Ingmar Schoegl
becbad1267 [docs] Use at-sign for Doxygen cite command 2023-07-28 12:06:47 -06:00
Ingmar Schoegl
4bb6a76723 [docs] Add bibtex hyperlinks to doxygen bibliography 2023-07-28 12:06:47 -06:00
Ingmar Schoegl
fc135d92c6 [docs] Add thermo references 2023-07-28 12:06:47 -06:00
Ingmar Schoegl
e80cbf7f11 [docs] Add kinetics citations 2023-07-28 12:06:47 -06:00
Ingmar Schoegl
a53cd3ae3f [docs] Add transport references 2023-07-28 12:06:47 -06:00
Ingmar Schoegl
d60383d80b [docs] Use doxygen cite command 2023-07-28 12:06:47 -06:00
Ingmar Schoegl
a5b704d14c [docs] Add dev/latest version link 2023-07-28 13:15:21 -04:00