~chaffra/ffc/main-old

« back to all changes in this revision

Viewing changes to test/regression/references/r_quadrature_O/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:
2960
2960
  /// Return a string identifying the form
2961
2961
  virtual const char* signature() const
2962
2962
  {
2963
 
    return "563581282b5717d7079d198bc12e560392a3f46460aad0e52fa5a751b84c4142c457ba8e863c6d97ae5c31a94f3cfe0f8f0858bd7660bda9bde177358121b80f";
 
2963
    return "a075916b55f878b52ae81e0b348f8b5db9ff00e9ef382182ef03bc418dee155bcd3ed9c31c1d448b978d1546e395240317e5d2e1a82b584c297aee18c5ce63eb";
2964
2964
  }
2965
2965
 
2966
2966
  /// Return the rank of the global tensor (r)
3094
3094
  /// Create a new point integral on sub domain i
3095
3095
  virtual ufc::point_integral* create_point_integral(std::size_t i) const
3096
3096
  {
3097
 
    std::cerr << "*** FFC warning: " << "create_point_integral not yet implemented." << std::endl;
3098
3097
    return 0;
3099
3098
  }
3100
3099
 
3119
3118
  /// Create a new point integral on everywhere else
3120
3119
  virtual ufc::point_integral* create_default_point_integral() const
3121
3120
  {
3122
 
    std::cerr << "*** FFC warning: " << "create_default_point_integral not yet implemented." << std::endl;
3123
3121
    return 0;
3124
3122
  }
3125
3123
 
3159
3157
  /// Return a string identifying the form
3160
3158
  virtual const char* signature() const
3161
3159
  {
3162
 
    return "2e0259f3d0ca0f5cdd76bdf010bc476e772b78bdff4028ca5aa646b387904fe90163fbcbdbd8acb85cd73d7968b332cb26ce05ef8c5c17f846c5b357f50af64a";
 
3160
    return "25402ee828acb2a54055994fc55839247ee6565919d00a702f5e9746d9139e73ac15d06d1d97c24cc7fb2b93928776a208106af1c9cfcca7604f662854d7296d";
3163
3161
  }
3164
3162
 
3165
3163
  /// Return the rank of the global tensor (r)
3283
3281
  /// Create a new point integral on sub domain i
3284
3282
  virtual ufc::point_integral* create_point_integral(std::size_t i) const
3285
3283
  {
3286
 
    std::cerr << "*** FFC warning: " << "create_point_integral not yet implemented." << std::endl;
3287
3284
    return 0;
3288
3285
  }
3289
3286
 
3308
3305
  /// Create a new point integral on everywhere else
3309
3306
  virtual ufc::point_integral* create_default_point_integral() const
3310
3307
  {
3311
 
    std::cerr << "*** FFC warning: " << "create_default_point_integral not yet implemented." << std::endl;
3312
3308
    return 0;
3313
3309
  }
3314
3310