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

Method GetInnerMatrix

comp/bilinearform.hpp:810–811  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808 virtual shared_ptr<BaseMatrix> GetInnerSolve () const
809 { throw Exception ("comp-bf - GetInnerSolve is illegal"); }
810 virtual shared_ptr<BaseMatrix> GetInnerMatrix () const
811 { throw Exception ("comp-bf - GetInnerMatrix is illegal"); }
812 virtual void ComputeInternal (BaseVector & u, const BaseVector & f, LocalHeap & lh) const
813 { throw Exception ("comp-bf - ComputeInternal is illegal"); }
814 virtual void ModifyRHS (BaseVector & f) const

Callers 6

FactorMethod · 0.45
AnalyzeMethod · 0.45
FactorMethod · 0.45
get_csrMethod · 0.45
AnalyzeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected