~ubuntu-branches/ubuntu/raring/ffc/raring

« back to all changes in this revision

Viewing changes to test/regression/references/r_quadrature/Biharmonic.h

  • Committer: Package Import Robot
  • Author(s): Johannes Ring
  • Date: 2011-11-29 11:38:38 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20111129113838-vx815cxjdf50zuq3
Tags: 1.0-rc1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// This code conforms with the UFC specification version 2.0.2
2
 
// and was automatically generated by FFC version 1.0-beta+.
 
1
// This code conforms with the UFC specification version 2.0.3
 
2
// and was automatically generated by FFC version 1.0-beta2+.
3
3
// 
4
4
// This code was generated with the following parameters:
5
5
// 
2654
2654
    // Compute circumradius, assuming triangle is embedded in 2D.
2655
2655
    
2656
2656
    
 
2657
    // Facet Area.
 
2658
    
2657
2659
    // Array of quadrature weights.
2658
2660
    static const double W1 = 0.5;
2659
2661
    // Quadrature points on the UFC reference element: (0.33333333, 0.33333333)
2792
2794
    
2793
2795
    
2794
2796
    
 
2797
    // Facet Area.
 
2798
    
2795
2799
    // Array of quadrature weights.
2796
2800
    static const double W2[2] = {0.5, 0.5};
2797
2801
    // Quadrature points on the UFC reference element: (0.21132487), (0.78867513)
3175
3179
    // Compute circumradius, assuming triangle is embedded in 2D.
3176
3180
    
3177
3181
    
 
3182
    // Facet Area.
 
3183
    
3178
3184
    // Array of quadrature weights.
3179
3185
    static const double W6[6] = {0.054975872, 0.054975872, 0.054975872, 0.11169079, 0.11169079, 0.11169079};
3180
3186
    // Quadrature points on the UFC reference element: (0.81684757, 0.091576214), (0.091576214, 0.81684757), (0.091576214, 0.091576214), (0.10810302, 0.44594849), (0.44594849, 0.10810302), (0.44594849, 0.44594849)