~ubuntu-branches/ubuntu/trusty/ffc/trusty

« back to all changes in this revision

Viewing changes to test/regression/references/MathFunctions.h

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2010-09-02 11:50:35 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20100902115035-ifepqvpkveaa0sjw
Tags: 0.9.4-1
* New upstream release.
* Bump Standards-Version (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// This code conforms with the UFC specification version 1.4.1
2
 
// and was automatically generated by FFC version 0.9.3.
 
1
// This code conforms with the UFC specification version 1.4.2
 
2
// and was automatically generated by FFC version 0.9.4.
3
3
// 
4
4
// This code was generated with the following parameters:
5
5
// 
1239
1239
    // Set scale factor
1240
1240
    const double det = std::abs(detJ);
1241
1241
    
 
1242
    // Cell Volume.
 
1243
    
 
1244
    // Compute circumradius, assuming triangle is embedded in 2D.
 
1245
    
 
1246
    
1242
1247
    // Array of quadrature weights.
1243
1248
    static const double W4[4] = {0.15902069, 0.09097931, 0.15902069, 0.09097931};
1244
1249
    // Quadrature points on the UFC reference element: (0.17855873, 0.15505103), (0.07503111, 0.64494897), (0.66639025, 0.15505103), (0.28001992, 0.64494897)