Commit Graph

24 Commits

Author SHA1 Message Date
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
35376d1c6b Merge remote branch 'OpenCFD/master' into olesenm 2011-02-16 09:53:32 +01:00
7e74e1ed10 ENH: Updated copyrights 2011-02-15 17:54:05 +00:00
1e4d26429b Merge remote branch 'OpenCFD/master' into olesenm 2011-02-14 09:47:49 +01:00
c3cb632c24 Documentation: converted javadoc @ to LaTeX style \ in Doxygen code docs 2011-02-08 18:22:00 +00:00
b3cde56f27 Doxygen docs: Corrected doxyFilter to preserve line numbers
Also corrected many formatting errors in the comments in C and H files
2011-02-07 22:50:49 +00:00
0f990cb447 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-07 16:56:31 +01:00
ffd20770dd ENH: add (non-templated) polynomialFunction
STYLE: integrateLimits() -> integrate() for consistency with
  DataEntry/polynomial.  Rename old 'integrate', 'integrateMinus1'
  methods to 'integral', 'integralMinus1' (ie, substantive instead of
  verb for clarity).
2011-02-04 18:59:45 +01:00
8eb9dcd547 ENH: corrections DataEntry polynomial (reverted back to arbitrary powers)
- added canIntegrate flag - issues warning if false and debug flag set
2011-02-02 09:48:14 +00:00
08680b8b35 STYLE: rename Polynomial method evaluate() to value() for consistency with DataEntry
STYLE: move DataEntry to OpenFOAM/primitives/functions
2011-01-28 16:32:08 +01:00
099cc39e2e Revert "STYLE: 2011 copyright date."
This reverts commit b18f6cc1ce.
2011-01-05 18:24:29 +00:00
b18f6cc1ce STYLE: 2011 copyright date. 2011-01-05 11:14:26 +00:00
9b87336b3f COMP: merge conflict 2010-10-11 17:59:46 +01:00
08dc01e05a ENH: Added Polynomial dictionary constructor 2010-10-11 17:31:36 +01:00
71b7e7cee1 ENH: add StaticAssert to Polynomial - positive number of terms only
ENH: allow construct from UList of coefficients, from C-arrays
     avoid uninitialized values for null constructor
2010-10-08 17:54:13 +02:00
dd5ed76a70 ENH: avoid costly pow() when evaluating Polynomial
OLD timings:
    ~~~~~~~~~~~~~~~~~~
    evaluate:     -6.82572e+31 in 10.38 s
    hard-coded 0: -6.82572e+31 in 0.2 s
    hard-coded 1: -6.82572e+31 in 10.37 s
    hard-coded 2: -6.82572e+31 in 0.24 s

    New timings:
    ~~~~~~~~~~~~~~~~~~
    evaluate:     -6.82572e+31 in 0.11 s
2010-10-08 15:56:58 +02:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
13ad54a518 removing name - was big penalty in poly thermo 2009-07-09 17:27:03 +01:00
c184da26cd Removed initialisation of typeName. 2009-06-23 12:41:02 +01:00
1a439b02d0 Sorted warning message about the need for virtual destructor. 2009-06-23 12:14:03 +01:00
1593d3c31f adding support for polynomials starting at order -1 2009-06-18 14:13:08 +01:00
89f1e6d149 updates/cosmetics 2009-06-11 17:19:41 +01:00
530a86e540 adding polynomial class 2009-06-10 18:02:40 +01:00