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

« back to all changes in this revision

Viewing changes to nfem/plib/characteristic.h

  • 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:
61
61
public:
62
62
// data:
63
63
  quadrature_option_type        _qopt;
64
 
  quadrature                    _quad;
65
 
  basis_on_quadrature           _piola_on_quad;
 
64
  quadrature<T>                 _quad;
 
65
  basis_on_pointset<T>          _piola_on_quad;
66
66
  array<index_set,M>            _ie2dis_ix;
67
67
  array<point_basic<T>,M>       _hat_y;
68
68
  array<point_basic<T>,M>       _yq;