~ubuntu-branches/ubuntu/raring/rheolef/raring-proposed

« back to all changes in this revision

Viewing changes to doc/usrman/p_laplacian_tst.sh

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito, Pierre Saramito, Sylvestre Ledru
  • Date: 2012-05-14 14:02:09 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120514140209-dzbdlidkotyflf9e
Tags: 6.1-1
[ Pierre Saramito ]
* New upstream release 6.1 (minor changes):
  - support arbitrarily polynomial order Pk
  - source code supports g++-4.7 (closes: #671996)

[ Sylvestre Ledru ]
* update of the watch file

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
export RHEOLEF_NUMBERING_PATH
34
34
export RHEOLEF_FORM_ELEMENT_PATH
35
35
 
 
36
# with -O3 compilation: division by zero => result=-nan
 
37
echo "    not yet (skipped)"
 
38
exit 0
 
39
 
36
40
status=0
37
41
 
38
42
command="${SBINDIR}/mkgeo_grid_2d 11 11 -a -1 -b 1 -c -1 -d 1 -boundary > square.geo"