Commit Graph

307 Commits

Author SHA1 Message Date
b60866d98c ENH: coded functionObject: added mesh() 2011-03-23 09:34:51 +00:00
889b0a0488 ENH: Release-notes-dev: updated for coded functionObject 2011-03-23 04:58:00 +00:00
e24dd4fe2a ENH: codedFunctionObject: initial version. 2011-03-22 22:16:48 +00:00
da7a535317 ENH: remove old WM_PROJECT_INST_DIR from path(s) in csh too 2011-03-11 19:09:47 +01:00
4739621578 STYLE: move WM_PROJECT_SITE to bashrc, cshrc
- avoid editing of settings.{sh,csh}
2011-03-11 19:01:14 +01:00
9cbc0efca3 ENH: add support for WM_PROJECT_SITE env variable
- alternative to WM_PROJECT_INST_DIR/site for systems with locked down
  installation paths (eg, when packaged as RPM or deb)

  When "$WM_PROJECT_SITE" is defined, it is used in favour of
  "$WM_PROJECT_INST_DIR/site"
2011-03-11 18:32:18 +01:00
7a0d3ebd64 ENH: refactor fixedValueFvPatchFieldTemplate
- can be reused for other (vector, tensor, ...) field types
2011-03-11 17:28:51 +01:00
12d965ead9 STYLE: more constness on const char* values 2011-03-11 09:08:45 +01:00
fd6695d329 ENH: move WM_ARCH details into settings.csh, settings.sh 2011-03-09 08:45:28 +01:00
e8a3587df4 ENH: support file-scope 'localCode' in dynamicCode 2011-03-08 11:08:42 +01:00
3d34c5146c BUG: codedFixedValueFvPatchScalarField oldLibPath_ not copied
- prevented the reloading from working properly (thanks Mattijs!)
2011-03-08 08:48:27 +01:00
336fa74478 ENH: add static const char* SHA1sum to fixedValueFvPatchScalarFieldTemplate
- useful for debugging purposes
2011-03-07 18:10:29 +01:00
923e17b1e5 Merge remote branch 'OpenCFD/master' into olesenm
Also with trailing space cleanups!!
2011-03-07 17:02:37 +01:00
ebf81300e8 ENH: cshrc-EXAMPLE: missing cshrc version 2011-03-07 13:23:15 +00:00
4d418eccf7 COMP: remove linking against lib iberty, now using add2line 2011-03-07 13:35:59 +01:00
d8b4ebde05 STYLE: match code and comments in etc/prefs.*EXAMPLE 2011-03-03 14:21:57 +01:00
7cd3c926bd ENH: discard codeProperties in favour of using sha1-encoded library names 2011-03-03 09:06:14 +01:00
815a806be7 ENH: allow verbose output for fixedValueFvPatchScalarFieldTemplate 2011-03-02 14:28:22 +01:00
d3c2038cef ENH: add foamSite alias for changing to site-directory 2011-03-01 16:36:47 +01:00
97cd3af1ff ENH: cleanup codeStream - use dynamicCode, dynamicCodeContext encapsulation
Problems remain with codedFixedValueFvPatchScalarField:

- readIfModified() notices change on system/codeDict, but the
  codeProperties::setUnmodified() means that only a single entry will
  get processed

- it appears that while dlclose() may (or may not) be actually closing
  the library, there are probably still references about. This means
  that a subsequent reloading still points to the original functions
  and the lookup is not updated correctly.
2011-03-01 14:19:24 +01:00
6b79aae433 BUG: removing coded FixedValue patch deleted fvPatch constructor tables
- use newly introduced makeRemovablePatchTypeField to avoid this problem
2011-03-01 10:51:59 +01:00
51399bbbd1 STYLE: use dynamicCode/ instead of codeStream/ for dynamically generated code 2011-02-24 13:21:39 +01:00
78f4315ff5 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-24 09:08:50 +01:00
6eb982573c ENH: add stub function to codedFixedValueFvPatchScalarField for version checking
- eg, fixedValue10_<SHA1>, its existence indicates that the correct
  library has been loaded
2011-02-24 08:54:12 +01:00
b67810c898 STYLE: etc/prefs.* : changed to be different from default 'system' compiler 2011-02-23 16:06:48 +00:00
6e6d3bb4f8 STYLE: move InfoSwitches, OptimisationSwitches up front in etc/controlDict
- add doc-dir doc/doxygen so it doesn't get forgotten
2011-02-23 16:16:28 +01:00
abde400dd5 Merge remote branch 'OpenCFD/master' into olesenm
Conflicts:
	bin/foamCleanPath
2011-02-22 19:24:31 +01:00
e5f8d855ec ENH: codeStreamTemplate.C: added some default includes 2011-02-22 12:15:59 +00:00
4aa279d7bc ENH: use HashTable for mapping codeStream entries
- write intermediate code to _SHA1 directories
- add Test-codeStream
2011-02-22 12:34:20 +01:00
02f3459402 ENH: SHA1Digest::str() returns std::string of digest directly 2011-02-21 17:03:33 +01:00
d6874f0fce ENH: codeStream, codedFixedValue: renamed. added template directory. 2011-02-21 14:33:14 +00:00
69a0fa1967 Merge branch 'master' of /home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-21 11:25:30 +00:00
5538eb4f95 ENH: #codeStream : new functionEntry 2011-02-21 10:13:01 +00:00
423fe1048b COMP: Correcting CGAL/boost/GMP build setup. 2011-02-18 16:18:46 +00:00
a8803ec18a Merge branch 'master' of ssh://noisy/home/noisy3/OpenFOAM/OpenFOAM-dev 2011-02-18 15:50:45 +00:00
fce31c1962 ParaView: add support for building with the latest cmake 2011-02-18 15:50:37 +00:00
a47eb0ba22 COMP: Change boost looked for in ThirdParty to version 1.45.0. 2011-02-18 12:53:56 +00:00
0f990cb447 Merge remote branch 'OpenCFD/master' into olesenm 2011-02-07 16:56:31 +01:00
ed6650ed8d BUG: etc/cellModels : wrong edge numbering 2011-02-03 22:07:00 +00:00
1129edaf53 STYLE: apps/paraview3/bashrc-EXAMPLE to guide people with non-standard paraview 2011-02-01 18:34:19 +01:00
1e4b16072d BUG: etc/settings.csh : csh syntax error 2011-02-01 15:34:52 +00:00
d912694880 ENH: etc/ : removed FOAM_LIB environment var. alias 'lib' now goes to FOAM_LIBBIN 2011-01-31 12:06:57 +00:00
fdfc6316d1 ENH: Removed ParaView examples from prefs examples 2011-01-18 12:26:16 +00:00
e95e9700c8 Merge remote branch 'OpenCFD/master' into olesenm 2011-01-17 10:21:58 +01:00
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00:00
81c385e51b ENH: preserve command-line arguments in etc/bashrc 2011-01-11 08:42:50 +01:00
d521850bd4 STYLE: remove hoard (no longer built in ThirdParty) 2011-01-10 11:13:32 +01:00
4425db227d STYLE: set ParaView_VERSION in etc/apps/paraview3/*rc only
- this change was wished by Mattijs and/or Henry

- allow command-line settings to retain the flexibility of 'foamPV'
  alias mechanism.
2011-01-10 10:42:14 +01:00
8deef93ae7 Merge remote branch 'OpenCFD/master' into olesenm 2011-01-10 08:23:09 +01:00
98f97e7852 COMP: CGAL 3.7 now used. Template depth required to increased > 75, made 100. 2011-01-07 14:24:17 +00:00