| 631 | |
| 632 | |
| 633 | shared_ptr<CoefficientFunction> BlockDifferentialOperator :: |
| 634 | DiffShape (shared_ptr<CoefficientFunction> proxy, |
| 635 | shared_ptr<CoefficientFunction> dir, |
| 636 | bool Eulerian) const |
| 637 | { |
| 638 | // assume it's a grad ... |
| 639 | // return (-1)*dir->Operator("grad") * proxy; |
| 640 | return diffop->DiffShape(proxy, dir, Eulerian); |
| 641 | } |
| 642 | |
| 643 | |
| 644 |
nothing calls this directly
no test coverage detected