Changeset 16353
- Timestamp:
- 10/09/13 14:04:51 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/contrib/paraview/exportVTK.m
r16305 r16353 1 1 function exportVTK(filename,model) 2 2 % vtk export 3 % function exportVTK(filename,model ,Solution)4 % creates a directory with the vtk files for you simulation3 % function exportVTK(filename,model) 4 % creates a directory with the vtk files for displays in paraview 5 5 % (only work for triangle and wedges based on their number of nodes) 6 % and additional cell data 6 % 7 %Give only the results for nw but could be extended to geometry, mask... 7 8 % 8 9 % input: filename destination … … 10 11 %------------------------------------------------------------------ 11 12 % model this is md 12 %------------------------------------------------------------------ 13 % Solution Put on the enum of the solution you want 14 % to plot 13 % 15 14 % Basile de Fleurian: 16 15 … … 33 32 error('Your Element definition is not taken into account \n'); 34 33 end 35 36 %sol_enum=EnumToString(Solution);37 34 38 35 %this is the result structure
Note:
See TracChangeset
for help on using the changeset viewer.