Commit Graph

45 Commits

Author SHA1 Message Date
6000d2fb97 ENH: Refectored mesh-to-mesh interpolation methods - now run-time selectable 2013-04-12 15:52:12 +01:00
24a0d15c7e ENH: Updated new mesh-to-mesh class to use updated AMI functionality 2013-04-11 18:09:31 +01:00
dec0a99a24 ENH: Updated mesh-to-mesh nearest mapping 2013-03-26 15:13:32 +00:00
09ee234255 STYLE: Updated header documentation 2013-03-25 16:59:25 +00:00
f4d592c335 ENH: Added map nearest option to mesh-to-mesh interpolation 2013-03-22 18:41:14 +00:00
97373ec669 ENH: Updated mesh-to-mesh interpolation for vol-field mapping 2013-03-22 15:30:56 +00:00
147e2794f9 ENH: Updated mesh-to-mesh interpolation 2013-01-10 10:27:17 +00:00
631a47a378 ENH: Added new mesh-to-mesh interpolation class 2013-01-09 11:50:23 +00:00
e5b4b6d9c0 ENH: Relocated tetOverlapVolume to meshTools 2013-01-09 11:19:37 +00:00
c7ded8226e ENH: Added calculation of overlap volume to meshToMesh interpolation 2013-01-08 17:52:51 +00:00
100a25ee25 STYLE: defineDebug: move into Foam namespace 2012-12-17 17:35:42 +00:00
6e81867562 ENH: meshToMesh: allow deeper patch octree 2012-07-02 17:18:52 +01:00
70c9c27bdc COMP: tetOverlapVolume: scoping error 2012-04-05 16:46:26 +01:00
41c635c33d STYLE: tetOverlapVolume: removed unused function 2012-04-05 12:52:13 +01:00
0847117142 ENH: tetrahedron: add tet-tet overlap 2012-04-04 09:50:33 +01:00
76cc55c36c STYLE: calculateMeshToMeshWeights: cleanup 2012-04-04 09:49:14 +01:00
5ff955752d STYLE: meshToMeshAddressing: typo 2012-03-26 12:14:55 +01:00
f659614ac1 Merge branch 'master' of ssh://dm/home/dm4/OpenFOAM/OpenFOAM-dev
Conflicts:
	src/sampling/meshToMeshInterpolation/tetOverlapVolume/tetOverlapVolume.H
2012-01-19 16:34:43 +00:00
0b1bcbb753 Remove non-ASCII characters 2012-01-19 16:27:23 +00:00
515374726f STYLE: date 2012-01-16 15:50:47 +00:00
e2cc8830d4 ENH: tetrahedron: move slicing with plane. Removed tetPointRef.H 2012-01-16 15:48:15 +00:00
df9788f8aa STY: line endings and year 2012-01-10 18:11:58 +00:00
5edba1d109 ENH: Adding mapRegion option to meshToMesh and volume weighted
interpolation method
2012-01-10 15:38:07 +00:00
0f2e8be91c ENH: mapFields: add -subtract option to subtract whilst mapping 2011-12-22 11:39:54 +00:00
ca4b8c347c ENH: polyMesh,meshSearch: default value on findCell, pointInCell 2011-11-08 17:03:54 +00:00
ee11f9c0e8 ENH: pointInCell, findCell: switchable in-cell algorithm 2011-10-28 11:33:30 +01:00
24a82f2d03 ENH: treeDataCell: increase duplicity 2011-08-18 12:28:44 +01:00
c2dd153a14 Copyright transfered to the OpenFOAM Foundation 2011-08-14 12:17:30 +01:00
eaef8d482b STYLE: Updated 1991 start copyright year to 2004 2011-01-14 16:08:00 +00: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
d5acd22a63 STYLE: use labelUList typedef instead of UList<label> or unallocLabelList 2010-11-02 09:32:32 +01:00
ebb9a9e1ac ENH: tet decomposed particle tracking.
Squashed merge of particleInteractions up to
commit e7cb5bcf0315c359539ef1e715e1d51991343391
2010-09-17 16:59:17 +01:00
d79237597e STYLE: Fixing code style requirements for all src. 2010-07-28 13:31:46 +01:00
b6f3bd4c23 STYLE: follow coding guide recommendation for '//- Destructor' 2010-04-12 11:55:52 +02:00
a50f01b079 STYLE: use forAllIter, forAllConstIter instead of long-hand version
STYLE: use 'forAll(' NOT 'forAll (', as per coding guide
2010-04-12 11:18:38 +02:00
d29c438657 STYLE: use url for FSF license instead of postal address, switch to GPL v3 2010-03-29 14:07:56 +02:00
d0b8aa40f0 trim trailing space in src/sampling 2009-12-01 17:56:35 +01:00
791b5aaeaa replacing isType with isA to enable directMappedWall to work 2009-09-15 17:51:59 +01:00
95dcb6ded7 Simplify checking of container (List/HashTable, strings) sizes
- can use 'XX.empty()' instead of 'XX.size() == 0', 'XX.size() < 1' or
  'XX.size() <= 0' or for simpler coding.
  It also has the same number of characters as '!XX.size()' and /might/ be
  more readable

- many size checking had 'XX.size() > 0', 'XX.size() != 0', or 'XX.size() >= 1'
  when a simple 'XX.size()' suffices
2009-01-10 20:28:06 +01:00
973b9ea0ce boundBox, octree cleanup
- added boundBox(const tmp<pointField>&) constructor for use with
    coordinate systems
  - moved some methods from treeBoundBox to boundBox and use VectorSpace ops
2009-01-01 17:03:19 +01:00
28b200bcd9 update copyrights for 2009 2008-12-31 19:01:56 +01:00
99e8bf7516 volPointInterpolation, pointMesh now MeshObject 2008-10-21 15:02:04 +01:00
02cabc3cf2 updated Copyright (C) \d+-2008 OpenCFD Ltd. 2008-06-25 15:01:46 +02:00
3170c7c0c9 Creation of OpenFOAM-dev repository 15/04/2008 2008-04-15 18:56:58 +01:00