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

Method FinalizeLevel

comp/bddc.cpp:696–702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

694
695 template <class SCAL, class TV>
696 void BDDCPreconditioner<SCAL, TV> ::
697 FinalizeLevel (const BaseMatrix *)
698 {
699 pre -> Finalize();
700 if (test) Test();
701 timestamp = bfa->GetTimeStamp();
702 }
703
704
705 template <class SCAL, class TV>

Callers

nothing calls this directly

Calls 2

FinalizeMethod · 0.80
TestFunction · 0.50

Tested by

no test coverage detected