~ubuntu-branches/ubuntu/wily/ffc/wily

« back to all changes in this revision

Viewing changes to test/regression/references/r_quadrature/P5tet.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
// 
39215
39215
  /// Initialize dofmap for mesh (return true iff init_cell() is needed)
39216
39216
  virtual bool init_mesh(const ufc::mesh& m)
39217
39217
  {
39218
 
    _global_dimension = m.num_entities[0] + 4.0*m.num_entities[1] + 6.0*m.num_entities[2] + 4.0*m.num_entities[3];
 
39218
    _global_dimension = m.num_entities[0] + 4*m.num_entities[1] + 6*m.num_entities[2] + 4*m.num_entities[3];
39219
39219
    return false;
39220
39220
  }
39221
39221