~chaffra/ffc/main-old

« back to all changes in this revision

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

  • Committer: Chaffra Affouda
  • Date: 2013-03-17 13:09:45 UTC
  • mfrom: (1675.1.153 work)
  • Revision ID: chaffra@gmail.com-20130317130945-6znd0m92hslnarkb
commit to trunk r1828

Show diffs side-by-side

added added

removed removed

Lines of Context:
2937
2937
  /// Return a string identifying the form
2938
2938
  virtual const char* signature() const
2939
2939
  {
2940
 
    return "563581282b5717d7079d198bc12e560392a3f46460aad0e52fa5a751b84c4142c457ba8e863c6d97ae5c31a94f3cfe0f8f0858bd7660bda9bde177358121b80f";
 
2940
    return "a075916b55f878b52ae81e0b348f8b5db9ff00e9ef382182ef03bc418dee155bcd3ed9c31c1d448b978d1546e395240317e5d2e1a82b584c297aee18c5ce63eb";
2941
2941
  }
2942
2942
 
2943
2943
  /// Return the rank of the global tensor (r)
3071
3071
  /// Create a new point integral on sub domain i
3072
3072
  virtual ufc::point_integral* create_point_integral(std::size_t i) const
3073
3073
  {
3074
 
    std::cerr << "*** FFC warning: " << "create_point_integral not yet implemented." << std::endl;
3075
3074
    return 0;
3076
3075
  }
3077
3076
 
3096
3095
  /// Create a new point integral on everywhere else
3097
3096
  virtual ufc::point_integral* create_default_point_integral() const
3098
3097
  {
3099
 
    std::cerr << "*** FFC warning: " << "create_default_point_integral not yet implemented." << std::endl;
3100
3098
    return 0;
3101
3099
  }
3102
3100
 
3136
3134
  /// Return a string identifying the form
3137
3135
  virtual const char* signature() const
3138
3136
  {
3139
 
    return "2e0259f3d0ca0f5cdd76bdf010bc476e772b78bdff4028ca5aa646b387904fe90163fbcbdbd8acb85cd73d7968b332cb26ce05ef8c5c17f846c5b357f50af64a";
 
3137
    return "25402ee828acb2a54055994fc55839247ee6565919d00a702f5e9746d9139e73ac15d06d1d97c24cc7fb2b93928776a208106af1c9cfcca7604f662854d7296d";
3140
3138
  }
3141
3139
 
3142
3140
  /// Return the rank of the global tensor (r)
3260
3258
  /// Create a new point integral on sub domain i
3261
3259
  virtual ufc::point_integral* create_point_integral(std::size_t i) const
3262
3260
  {
3263
 
    std::cerr << "*** FFC warning: " << "create_point_integral not yet implemented." << std::endl;
3264
3261
    return 0;
3265
3262
  }
3266
3263
 
3285
3282
  /// Create a new point integral on everywhere else
3286
3283
  virtual ufc::point_integral* create_default_point_integral() const
3287
3284
  {
3288
 
    std::cerr << "*** FFC warning: " << "create_default_point_integral not yet implemented." << std::endl;
3289
3285
    return 0;
3290
3286
  }
3291
3287