~ubuntu-branches/ubuntu/lucid/ffc/lucid

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Johannes Ring
  • Date: 2010-02-17 18:05:07 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217180507-twuhjyqonj7aff64
Tags: 0.9.2-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// This code conforms with the UFC specification version 1.4
2
 
// and was automatically generated by FFC version 0.9.1.
 
2
// and was automatically generated by FFC version 0.9.2.
3
3
// 
4
4
// This code was generated with the following parameters:
5
5
// 
891
891
                               const double * const * w,
892
892
                               const ufc::cell& c) const
893
893
  {
894
 
    // Number of operations (multiply-add pairs) for Jacobian data:      11
 
894
    // Number of operations (multiply-add pairs) for Jacobian data:      9
895
895
    // Number of operations (multiply-add pairs) for geometry tensor:    3
896
896
    // Number of operations (multiply-add pairs) for tensor contraction: 7
897
 
    // Total number of operations (multiply-add pairs):                  21
 
897
    // Total number of operations (multiply-add pairs):                  19
898
898
    
899
899
    // Extract vertex coordinates
900
900
    const double * const * x = c.coordinates;