Bryan W. Weber
ce90a798c5
[ck2cti] Raise ValueError in compatible_quantities instead of Exception
2016-11-25 18:18:38 -05:00
Bryan W. Weber
990f995796
[ck2cti] Minor spacing updates to improve legibility
2016-11-25 18:18:38 -05:00
Bryan W. Weber
bed546ad92
[ck2cti] Remove unused isnumberlike function
2016-11-25 18:18:38 -05:00
Bryan W. Weber
e250d23435
[ck2cti] remove duplicate sys import
2016-11-25 18:18:38 -05:00
Kyle Niemeyer
3782543de5
Add Code of Conduct
...
Adopt a Code of Conduct for interactions on the GitHub repo and User Group, to
set expectations on how people should behave and interact with each other, and
encourage/attract new members of the community.
2016-11-22 20:24:45 -05:00
Ray Speth
d55ffa9b5c
Add note about license and copyright of contributions
2016-11-22 18:42:47 -05:00
Bryan W. Weber
0c400a9a6f
Add CONTRIBUTING.md
2016-11-22 18:42:47 -05:00
Bryan W. Weber
8ef33161a1
Add PULL_REQUEST_TEMPLATE.md
2016-11-22 18:42:47 -05:00
Bryan W. Weber
557e752fcb
Add ISSUE_TEMPLATE.md
2016-11-22 18:42:47 -05:00
Ray Speth
50ad75f2a2
[Reactor] Make ReactorNet uncopyable
2016-11-14 20:34:45 -05:00
Ray Speth
b7fad42cda
[Thermo] Check for null species thermo when adding species
2016-11-14 19:46:23 -05:00
Ray Speth
6dc92b618f
[Doc] Eliminate some Doxygen and Sphinx warnings
2016-11-14 17:43:45 -05:00
Ray Speth
c677d13866
[SCons] Fix compilation when system Eigen is specified
...
Also add note about adding /usr/include/eigen3 if needed
2016-11-14 17:00:12 -05:00
Ray Speth
5861bc174d
[Test] Remove unused files from test_problems directory
2016-11-14 00:16:34 -05:00
Ray Speth
0d241fd64a
Use toSI instead of explicit constant for unit conversions
2016-11-13 22:58:15 -05:00
Ray Speth
955d5de98a
[Equil] Eliminate use of 'goto' in vcs_MultiPhaseEquil
2016-11-13 22:23:04 -05:00
Bryan W. Weber
7d3ebdd358
[SCons] Check for NumPy using python_cmd if specified
2016-11-12 17:40:11 -05:00
Bryan W. Weber
adcd5dec3c
[SCons] Use python3_array_home option
2016-11-12 17:40:11 -05:00
Ray Speth
170f1d0fad
[1D/Python] Avoid unnecessary solve if first attempt succeeded
2016-11-12 16:15:38 -05:00
Ray Speth
4753ae4a86
[1D/Python] Add adjoint laminar flame speed sensitivity calculation
...
This is approximately an order of magnitude faster than the 'forward' method for
calculating these sensitivities. It also eliminates the need to adjust the
solver tolerances.
2016-11-12 14:48:01 -05:00
Ray Speth
0bfdf146c0
[1D] Include transport derivatives when computing Jacobian for adjoint
2016-11-12 14:48:01 -05:00
Ray Speth
ca8b101acc
[1D] Add general support for calculating adjoint sensitivities
2016-11-12 14:48:01 -05:00
Ray Speth
b9ac39bf68
[Numerics] Failures in BandMatrix raise exceptions
...
Store the 'info' flag returned by the underlying LAPACK function so that callers
can catch the exception and retrieve this information if desired.
Eliminate automatic 'bandmatrix.csv' output.
2016-11-11 23:18:22 -05:00
Ray Speth
43f7bc8cdf
[Numerics] Remove trailing commas when printing Array2D and BandMatrix
2016-11-11 23:06:35 -05:00
Ray Speth
454f156764
[Numerics] Deprecate GeneralMatrix::nRowsAndStruct
2016-11-11 23:06:35 -05:00
Ray Speth
2d623e893e
[Python] Fix documentation for Sim1D.set_steady_callback
2016-11-11 23:06:35 -05:00
Ray Speth
d34b94230f
[Thermo] Deprecate ThermoPhase::setSpeciesThermo
2016-11-11 23:06:35 -05:00
Ray Speth
67ac725731
[Thermo] Eliminate manual memory management in VPStandardStateTP
2016-11-11 23:06:35 -05:00
Ray Speth
56b6b2a233
Deprecate deepStdVectorPointerCopy
2016-11-11 23:06:35 -05:00
Ray Speth
5641fa83e9
[clib/Matlab] Add function for getting Cantera version
2016-11-11 23:06:35 -05:00
Ray Speth
583b715fca
[Test] Remove obsolete note on limitation for surfSolver test input
2016-11-11 23:06:35 -05:00
Ray Speth
8e7978959d
[Doc] Fix typo in installation docs
2016-11-11 23:06:35 -05:00
Ray Speth
902ab5cccd
[clib] Improve consistency of function names
2016-11-11 23:06:35 -05:00
Ray Speth
8b9499160a
[clib] Remove wrapper for deprecated 'showErrors' function
2016-11-11 23:06:35 -05:00
Ray Speth
9c44db371a
[SCons] Fix option to build with PCH disabled
2016-11-11 23:06:35 -05:00
Ray Speth
828fba5611
[CTI] Improve error messages associated with problematic reactions
2016-11-11 23:06:35 -05:00
Bryan W. Weber
44b2186146
[1D] Remove default argument from setMaxGridPoints
2016-11-11 17:40:46 -05:00
Bryan W. Weber
4fb0d52d4b
[Test] Remove printed output from tests
2016-11-11 17:40:46 -05:00
Bryan W. Weber
06a739d26e
[Test/1D] Add tests for max_grid_points
2016-11-11 17:40:46 -05:00
Bryan W. Weber
3fd46f7a1f
[Cython/1D] Modify the auto solver so the minimal code is in the try block.
...
This ensures we only catch an error from a single solve call so it is handled properly.
2016-11-11 17:40:46 -05:00
Bryan W. Weber
c91bdee2e2
[Cython/1D] Raise an error if the auto solver exceeds the max number of grid points
2016-11-11 17:40:46 -05:00
Bryan W. Weber
0b9a741597
[1D] Change the default max number of grid points to 1000.
...
The previous default was 3000, which was very high for most domains.
2016-11-11 17:40:46 -05:00
Bryan W. Weber
0a363a108d
[1D] Exceeding the max number of grid points should be an error
2016-11-11 17:40:46 -05:00
Bryan W. Weber
a82dd5a483
[Cython/1D] Add Cython interface for getting/setting max_grid_points
2016-11-11 17:40:46 -05:00
Bryan W. Weber
6acf755670
[1D] Add maxPoints and maxGridPoints functions
2016-11-11 17:40:46 -05:00
Bryan W. Weber
4e1c45c2aa
[Test] Fix typo in test_multiComponent
2016-11-10 15:16:10 -05:00
Bryan W. Weber
e235f69543
[Cython/Test] Make python tests portable
2016-11-10 15:16:10 -05:00
Bryan W. Weber
fc9270786f
[Cython/Test] Add working directory attributes to CanteraTest class
2016-11-10 15:16:10 -05:00
Bryan W. Weber
32ab413683
Add *.gch files to gitignore
2016-11-10 15:16:10 -05:00
Bryan W. Weber
ea4b3502c3
[Cython/Test] Install extra data files from main data directory
2016-11-10 15:16:10 -05:00