Changeset 3247


Ignore:
Timestamp:
03/10/10 11:28:16 (15 years ago)
Author:
seroussi
Message:

added plot_BC for Neumann and Dirichlet BC

Location:
issm/trunk/src/m/classes/public/plot
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/plot/plot_manager.m

    r3202 r3247  
    2020                case 'boundaries',
    2121                        plot_boundaries(md,options,subplotwidth,i);
     22                        return;
     23                case 'BC',
     24                        plot_BC(md,options,subplotwidth,i,data);
    2225                        return;
    2326                case 'elementnumbering',
Note: See TracChangeset for help on using the changeset viewer.