yade-dev team mailing list archive
-
yade-dev team
-
Mailing list archive
-
Message #11186
[Branch ~yade-pkg/yade/git-trunk] Rev 4145: Anecdotic commit to keep a track (in code comment) of a useful link for JCFpm paraview analysis
------------------------------------------------------------
revno: 4145
committer: Jerome Duriez <jerome.duriez@xxxxxxxxxxxxxxx>
timestamp: Wed 2014-08-20 15:03:23 +0200
message:
Anecdotic commit to keep a track (in code comment) of a useful link for JCFpm paraview analysis
modified:
pkg/dem/VTKRecorder.cpp
--
lp:yade
https://code.launchpad.net/~yade-pkg/yade/git-trunk
Your team Yade developers is subscribed to branch lp:yade.
To unsubscribe from this branch go to https://code.launchpad.net/~yade-pkg/yade/git-trunk/+edit-subscription
=== modified file 'pkg/dem/VTKRecorder.cpp'
--- pkg/dem/VTKRecorder.cpp 2014-08-08 09:26:21 +0000
+++ pkg/dem/VTKRecorder.cpp 2014-08-20 13:03:23 +0000
@@ -990,7 +990,7 @@
crackUg->GetPointData()->AddArray(iter);
crackUg->GetPointData()->AddArray(crackType);
crackUg->GetPointData()->AddArray(crackSize);
- crackUg->GetPointData()->AddArray(crackNorm); //orientation of 2D glyphs does not match this direction (some work to do in order to have the good orientation)
+ crackUg->GetPointData()->AddArray(crackNorm); //see https://www.mail-archive.com/paraview@xxxxxxxxxxxx/msg08166.html to obtain Paraview 2D glyphs conforming to this normal
vtkSmartPointer<vtkXMLUnstructuredGridWriter> writer = vtkSmartPointer<vtkXMLUnstructuredGridWriter>::New();
if(compress) writer->SetCompressor(compressor);