Commit Graph

2352 Commits

Author SHA1 Message Date
3ce7681a59 ENH: dictionary: allow variable as dictionary keyword 2013-03-11 17:15:41 +00:00
f389b3e325 ENH: GAMGAgglomeration: moved processor agglomeration into GAMGAgglomeration 2013-03-06 13:59:01 +00:00
cb74377832 BUG: Ostream: streaming of unexpanded variables over processorstreams 2013-03-05 15:58:32 +00:00
1cf9d85b87 STYLE: polyMeshCheck: extraneous code 2013-03-05 15:56:36 +00:00
62930bb4bf BUG: lduPrimitiveMesh: multi-agglomeration failing to create interfaces; memory leaks 2013-03-04 18:32:59 +00:00
a001b1cc34 BUG: Corrected TimeDataEntry copy constructor - mantis #762 2013-03-04 18:10:06 +00:00
ff75f47e23 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-03-04 17:27:42 +00:00
8febc0415b BUG: Corrected TimeDataEntry copy constructor - mantis #753 2013-03-04 14:35:06 +00:00
2007cc1c5f GAMGAgglomeration: set to be a GeometricMeshObject to ensure it is deleted in AMI cases when the mesh moves 2013-03-01 17:47:19 +00:00
3577b3d409 ENH: Add SymmetricSquareMatrix class and specialisations of LUDecompose and LUSolve. 2013-03-01 16:32:33 +00:00
bf07d6ba68 ENH: Add SymmetricSquareMatrix class and specialisations of LUDecompose and LUSolve. 2013-03-01 16:32:33 +00:00
549d26f307 ENH: GAMGAgglomeration: moved lduMesh agglomeration into GAMGAgglomeration 2013-03-01 06:03:10 +00:00
d9db5dc42d ENH: GAGMInterface: added construct from Istream 2013-03-01 06:01:03 +00:00
4e581e962c ENH: globalIndex: improved comment 2013-02-28 10:55:02 +00:00
cfc708bc09 BUG: GAMGSolver: fixed solving on coarsest level 2013-02-27 16:13:57 +00:00
540a8a9156 ENH: ProcessorTopology: feed through communicator 2013-02-27 16:13:05 +00:00
344828e1cd ENH: lduPrimitiveMesh: more printing 2013-02-27 15:57:34 +00:00
687c00e07a BUG: lduMatrix: construct from Istream 2013-02-27 15:56:44 +00:00
f1137451a6 ENH: globalIndex: added helper routine for gather in processor order 2013-02-27 15:55:34 +00:00
2812024796 Update headers 2013-02-26 22:20:05 +00:00
0afb3ab1ac MeshObject: extended to support movePoints and updateMesh as an alternative to call-backs
All MeshObjects are now handled generically in polyMesh and fvMesh
See MeshObject.H for details
2013-02-26 22:19:28 +00:00
5dc5fa9d1b ENH: GAMGSolver: initial version to use any solver on coarsest level 2013-02-22 17:25:33 +00:00
0c1eea7d04 ENH: lduPrimitiveMesh: added processor agglomeration routines 2013-02-22 17:19:33 +00:00
d7d0b07e5b ENH: GAMGInterfaceField: added construct from tag,transform 2013-02-22 17:16:11 +00:00
cc1e03a81f ENH: lduMatrix: added I/O 2013-02-22 17:14:21 +00:00
47c87f485d ENH: procLduMatrix: fixed description 2013-02-22 17:12:39 +00:00
801828a05c ENH:UList: read into UList 2013-02-22 17:12:01 +00:00
74e16d7729 Reformat "template <..." to template<"
Add support for constructing VectorSpaces from forms with lower component type,
e.g. Vector<scalar> from Vector<label>
2013-02-21 15:07:50 +00:00
944b8d438b Reformat "template <..." to template<"
Add support for constructing VectorSpaces from forms with lower component type,
e.g. Vector<scalar> from Vector<label>
2013-02-21 15:07:09 +00:00
4659382339 Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-02-18 14:22:10 +00:00
739290cad4 BUG: Removed duplicate documentation 2013-02-18 12:54:17 +00:00
beab530682 ENH: codedFixedValue: correct comment 2013-02-18 09:46:03 +00:00
6b22ab906f ENH: GAMGInterface: simplify stored data. Do not store processor-local data 2013-02-15 10:19:09 +00:00
4e6c258321 ENH: communicators: more communicators through 2013-02-08 17:13:00 +00:00
bd1230eb87 ENH: GAMGInterface: added communicator to arguments.
Extended UIPstream,UOPstream for user defined communicators
2013-02-06 16:44:22 +00:00
33d6ea3e62 ENH: comunicators: have solver with user-defined communicator
(originating from polyMesh::comm() and processorPolyPatch::comm())
2013-02-06 14:26:31 +00:00
482d49ef7e STYLE: correct polyPatch debug comment 2013-02-06 12:12:39 +00:00
84ad150b88 ENH: cvMesh: Use dictionary constructor for polyPatch 2013-02-06 12:10:25 +00:00
6ba4f9ceb7 BUG: polyMesh: do count coupled faces for non-closedness 2013-02-06 09:43:30 +00:00
ea8d290191 ENH: communicators: initial version - extended Pstream API 2013-02-04 10:17:37 +00:00
53533a2da2 ENH: cvMesh: split refinement and smoothing of background mesh 2013-01-28 18:01:22 +00:00
a3e66c74de Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev 2013-01-28 16:57:00 +00:00
3753faf147 ENH: Updated CSV DataEntry 2013-01-28 16:46:59 +00:00
6c6a91c425 ENH: Added helper function to return CSV data as fields 2013-01-28 16:45:11 +00:00
12e55d7d97 ENH: Added helper function to create appropriate graph name from string 2013-01-28 16:43:17 +00:00
07cb342aeb Merge branch 'master' of /home/dm4/OpenFOAM/OpenFOAM-dev into feature/cvMesh
Conflicts:
	src/OpenFOAM/primitives/triad/triad.C
2013-01-28 15:17:48 +00:00
0686c5c9b9 BUG: static variable initialisation cannot depend on other static variables 2013-01-28 14:58:25 +00:00
78073fc13e ENH: quaternion slerp: Check for sign of dot product 2013-01-28 14:48:14 +00:00
d0cc281327 BUG: static variable initialisation: Cannot rely on other static variables to be initialised when initialising a static variable 2013-01-28 14:44:59 +00:00
b298163146 ENH: triad: Add diff function that returns a scalar representing the
difference between two triads
2013-01-25 15:16:11 +00:00