| 2105 | |
| 2106 | VorB ComplexLinearFormIntegrator :: VB () const { return lfi->VB(); } |
| 2107 | void ComplexLinearFormIntegrator :: CheckElement (const FiniteElement & el) const { lfi->CheckElement(el); } |
| 2108 | |
| 2109 | |
| 2110 | void ComplexLinearFormIntegrator :: |
nothing calls this directly
no test coverage detected