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

Method DeleteZeroElements

parallel/parallel_matrices.hpp:127–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 virtual string GetInverseType () const override;
126
127 virtual shared_ptr<BaseMatrix> DeleteZeroElements(double tol) const override
128 {
129 return make_shared<ParallelMatrix> (mat->DeleteZeroElements(tol),
130 row_paralleldofs, col_paralleldofs, op);
131 }
132
133 };
134

Callers 2

DoAssembleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected