~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/utils/octave/pdesurf.m

  • Committer: Johannes Ring
  • Date: 2008-03-05 22:43:06 UTC
  • Revision ID: johannr@simula.no-20080305224306-2npsdyhfdpl2esji
The BIG commit!

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
function h = pdesurf(p, t, u)
2
 
 
3
 
% Plots the scalar solution u on the mesh described by p, t (points,
4
 
% triangles).                                                       
5
 
%
6
 
% Copyright (C) 2004-2005 Johan Jansson.
7
 
% Licensed under the GNU LGPL Version 2.1.
8
 
%
9
 
% First added:  2004-01-23
10
 
% Last changed: 2005
11
 
 
12
 
pdeplot(p, [], t, 'xydata', u)