Changeset 16353


Ignore:
Timestamp:
10/09/13 14:04:51 (11 years ago)
Author:
bdef
Message:

Correction of the header

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/contrib/paraview/exportVTK.m

    r16305 r16353  
    11function exportVTK(filename,model)
    22% vtk export
    3 % function exportVTK(filename,model,Solution)
    4 % creates a directory with the vtk files for you simulation
     3% function exportVTK(filename,model)
     4% creates a directory with the vtk files for displays in paraview
    55% (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...
    78%
    89% input: filename   destination
     
    1011%------------------------------------------------------------------
    1112%        model      this is md
    12 %------------------------------------------------------------------
    13 %        Solution   Put on the enum of the solution you want
    14 %                         to plot         
     13%
    1514% Basile de Fleurian:
    1615
     
    3332        error('Your Element definition is not taken into account \n');
    3433end
    35 
    36 %sol_enum=EnumToString(Solution);
    3734
    3835%this is the result structure
Note: See TracChangeset for help on using the changeset viewer.