~ubuntu-branches/ubuntu/trusty/rheolef/trusty

« back to all changes in this revision

Viewing changes to nfem/tst/dunsinane_tst.sh

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito
  • Date: 2012-04-06 09:12:21 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20120406091221-m58me99p1nxqui49
Tags: 6.0-1
* New upstream release 6.0 (major changes):
  - massively distributed and parallel support
  - full FEM characteristic method (Lagrange-Gakerkin method) support
  - enhanced users documentation 
  - source code supports g++-4.7 (closes: #667356)
* debian/control: dependencies for MPI distributed solvers added
* debian/rules: build commands simplified
* debian/librheolef-dev.install: man1/* to man9/* added
* debian/changelog: package description rewritted (closes: #661689)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
status=0
34
34
 
35
 
command="../bin/mkgeo_grid_2d 10 10 -boundary -a -0.5 -b 0.5 -c -0.5 -d 0.5 > square.geo"
 
35
command="../sbin/mkgeo_grid_2d 10 10 -boundary -a -0.5 -b 0.5 -c -0.5 -d 0.5 > square.geo"
36
36
echo "      $command"
37
37
eval $command 2>/dev/null
38
38