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

« back to all changes in this revision

Viewing changes to test/regression/references/PoissonDG.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
// 
1925
1925
    const double n0 = direction ? dx1 / det : -dx1 / det;
1926
1926
    const double n1 = direction ? -dx0 / det : dx0 / det;
1927
1927
    
 
1928
    // Cell Volume.
 
1929
    
 
1930
    // Compute circumradius, assuming triangle is embedded in 2D.
 
1931
    
 
1932
    
1928
1933
    // Array of quadrature weights.
1929
1934
    static const double W2[2] = {0.50000000, 0.50000000};
1930
1935
    // Quadrature points on the UFC reference element: (0.21132487), (0.78867513)
2109
2114
    const double n10 = !direction ? dx1 / det : -dx1 / det;
2110
2115
    const double n11 = !direction ? -dx0 / det : dx0 / det;
2111
2116
    
 
2117
    // Cell Volume.
 
2118
    
 
2119
    // Compute circumradius, assuming triangle is embedded in 2D.
 
2120
    
 
2121
    
 
2122
    
2112
2123
    // Array of quadrature weights.
2113
2124
    static const double W2[2] = {0.50000000, 0.50000000};
2114
2125
    // Quadrature points on the UFC reference element: (0.21132487), (0.78867513)