Commit Graph

354 Commits

Author SHA1 Message Date
382785faaa ENH: meshToMesh - preserve boundary types whilst mapping 2014-02-03 12:34:28 +00:00
17194ab9b0 BUG: meshToMesh - updated construction of AMIs 2014-01-15 19:57:04 +00:00
304ae8af3e ENH: AMI - added support/robustness for case where sum of weights falls below threshold 2014-01-14 17:40:16 +00:00
e5a5b89509 ENH: mapFields - deprecated old utility in favour of mapFieldsNew and renamed 2014-01-14 10:41:50 +00:00
52a035b225 STYLE: Minor code formatting 2014-01-09 16:25:53 +00:00
16f77314b1 BUG: probes - updated to allow sampling from fixed locations for moving mesh cases - mantis #1090 2014-01-09 16:25:33 +00:00
3548535111 ENH: Code formatting updates 2013-11-21 10:00:26 +00:00
b74b7bdc94 ENH: meshToMeshNew - use FACEPLANES method for direct method pointInCell 2013-11-19 11:51:24 +00:00
13848fccfb ENH: sampledTriSurfaceMesh: added sampling only inside triangles 2013-11-12 17:04:50 +00:00
04ad9a8598 ENH: meshToMeshMethod: small optimisation in treeBoundBox calc 2013-11-12 16:35:43 +00:00
dc8d0658e6 GIT: mapPatch.H: unused include files 2013-10-14 12:38:24 +01:00
85437cf475 ENH: sampledTriSurfaceMesh: external call with supplied bb 2013-10-07 14:11:06 +01:00
29617783ea BUG: meshToMesh: protect neighbours on top of destination 2013-09-19 09:33:03 +01:00
5ac31aabc8 ENH: FieldMapper: extend with unmapped checking flag 2013-09-12 15:37:53 +01:00
db22ecdc26 ENH: sampledTrisurfaceMesh: construct from triSurface 2013-09-10 17:28:51 +01:00
670cb9dda2 ENH: nastranSurfaceWriter: added comment 2013-09-02 13:12:00 +01:00
491e4821d0 ENH: plane sampling: make triangulation optional 2013-09-02 11:12:17 +01:00
61ce6eec5d BUG: nastran: interpolated values not normalised 2013-08-16 16:10:45 +01:00
8f144c3ab7 COMP: sampling: missing .C in Make/files 2013-08-13 12:23:51 +01:00
472fbded89 BUG: ensight: symmTensor writing 2013-08-13 10:19:10 +01:00
98fb5e634a BUG: sampledCuttingPlane: compaction of triangle maps 2013-06-27 14:23:59 +01:00
e9932a0be7 probes: write probe data in user-time rather than s 2013-06-12 12:51:56 +01:00
c3a2dd3188 ENH: Adding virtual function timeSet() to function objects:
probes, sampledSets and sampledSurfaces
2013-06-07 11:19:24 +01:00
1d4a02e1c0 ENH: mesh-to-mesh interplation - reinstated patchMap input ordering 2013-06-03 17:31:15 +01:00
e939a6e095 ENH: mesh-to-mesh developments 2013-05-08 11:39:21 +01:00
b07d3f1c65 ENH: Updated mesh-to-mesh interpolation using direct method 2013-05-07 12:18:59 +01:00
c2d3bab08e ENH: Merge searchableSurface and indexedOctree volumeType 2013-04-11 19:52:03 +01:00
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
99eee3c0d6 ENH: Better handling for regExp usage in sampledSurfaces 2013-04-09 16:26:08 +01:00
3382bd825c ENH: Updated sampledSurfaces output 2013-04-08 17:33:10 +01:00
26c2c3f627 BUG: Corrected collocated patch handling 2013-04-05 11:36:49 +01:00
bf8df5f502 BUG: Corrected sampling - handling of field regExps and field surface output 2013-04-05 11:36:07 +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
5d7bff5156 BUG: sampledSet: extraneous clearout of pointMesh and volPointInterpolation: Mantis 698 2013-03-13 17:21:55 +00:00
53df4289df ENH: Consistency updates - license text abnd code formatting 2013-03-12 15:40:03 +00:00
7bc0688c55 BUG: sampleAndWrite reading fields on time folders and not on the
database
2013-03-05 17:35:28 +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
a07b59c279 STYLE: Updated copyright year 2013-01-21 16:49:49 +00:00
03ee3a5046 GIT: merge conflict resolution 2013-01-21 16:48:22 +00:00
685635e6a3 ENH: Deleting parabolicCylindricalCS, sphericalCS and toroidalCS
coordinate systems
Modifying constructors from dictionary of coordinateSystem class (no
default type)
Adding localAxesRotation type. It constructs a axes-rotation tensor on each
cell centre.
Adding functionality to coordinateRotation blase class (transformTensor,
transformVector, etc)
2013-01-21 12:17:17 +00:00
9e5e2c8bea ENH: Added scale option to nastranSurfaceWriter 2013-01-16 16:41:08 +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