MCPcopy Create free account
hub / github.com/NGSolve/ngsolve / Dim

Method Dim

fem/diffop.hpp:1292–1292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1290 T_FunctionDiffOp (const F & afunc, int adim) : func(afunc), dim(adim) { ; }
1291
1292 virtual int Dim() const { return dim; }
1293 virtual int DiffOrder () const { return 0; }
1294 virtual void Apply (const FiniteElement & fel,
1295 const BaseMappedIntegrationPoint & mip,

Calls

no outgoing calls

Tested by

no test coverage detected