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

« back to all changes in this revision

Viewing changes to doc/pexamples/incompressible-elasticity.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:
49
49
# run tests on embankment incompressible elasticity
50
50
# --------------------------------------------------------------------
51
51
 
52
 
for mesh in square cube; do
 
52
for mesh in mesh-2d mesh-3d; do
53
53
 for inv_lambda in 0 1; do
54
54
  loop_mpirun "./incompressible-elasticity $mesh $inv_lambda 2>/dev/null| ./incompressible-elasticity-check >/dev/null 2>/dev/null"
55
55
  if test $? -ne 0; then status=1; fi