~ubuntu-branches/ubuntu/wily/rheolef/wily

« back to all changes in this revision

Viewing changes to nfem/ptst/form_2Ds_Ds_tst.sh

  • Committer: Package Import Robot
  • Author(s): Pierre Saramito, Pierre Saramito, Sylvestre Ledru
  • Date: 2013-04-30 11:29:51 UTC
  • mfrom: (1.2.1) (11.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130430112951-g69nuqin77t75dek
Tags: 6.4-1
[ Pierre Saramito ]
* New upstream release 6.4 (major changes):
  - new powerful c++ expressions for FEM specifications
  - configure script improved (portability increased)
  - minor bug fixes
* control:
  - all architectures are considered (armel & armhf are back)
  - no more circular-dependency librheolef-dev <--> rheolef
* rules: add security compiler flags (hardening and -W,-l,relro)
* watch: include an updated version, thanks to B. Martens <bartm@debian.org>
* copyright: various file format fixes

[ Sylvestre Ledru ]
*  Standards-Version updated to 3.9.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
 
31
31
status=0
32
32
 
 
33
# core dump on mobyick but run on salsa: ginac bug ?
 
34
#echo "      broken (no more tested)"
 
35
#exit $status
 
36
 
33
37
epsilon="1e-12";     # tolrerance to machine precision
34
38
 
35
39
# ===================================================
45
49
# geo                   err_P1  err_P2  err_P3
46
50
L="
47
51
carre-bamg-v2.right     4e-3    2e-6    6e-8
48
 
carre-100-dom-v2.right  4e-5    2e-10   2e-11
 
52
carre-100-dom-v2.right  4e-5    2e-10   2e-10
49
53
"
50
54
while test "$L" != ""; do
51
55
  geo=`echo $L | awk '{print $1}'`