~chaffra/ffc/main-old

« back to all changes in this revision

Viewing changes to test/regression/references/r_quadrature/CoefficientOperators.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:
1350
1350
  /// Return a string identifying the form
1351
1351
  virtual const char* signature() const
1352
1352
  {
1353
 
    return "759ccab3ee04e3378557f25a5591fc7b546531bc18f8385bcfb4647459079fe2d44a5153e6f59f06cbc489256a13e35a18d83bb77a0f3eaf2b319fabb87c9b39";
 
1353
    return "b2159e9c839f66f2fbdd7e584f107b2530da2077bc280f71ca09e6c94a6f952588506d1a1993f6c5ae3448ea9d031f66936014aa01513427f11291ebff3b097c";
1354
1354
  }
1355
1355
 
1356
1356
  /// Return the rank of the global tensor (r)
1494
1494
  /// Create a new point integral on sub domain i
1495
1495
  virtual ufc::point_integral* create_point_integral(std::size_t i) const
1496
1496
  {
1497
 
    std::cerr << "*** FFC warning: " << "create_point_integral not yet implemented." << std::endl;
1498
1497
    return 0;
1499
1498
  }
1500
1499
 
1519
1518
  /// Create a new point integral on everywhere else
1520
1519
  virtual ufc::point_integral* create_default_point_integral() const
1521
1520
  {
1522
 
    std::cerr << "*** FFC warning: " << "create_default_point_integral not yet implemented." << std::endl;
1523
1521
    return 0;
1524
1522
  }
1525
1523