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

Method IsComplex

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

Source from the content-addressed store, hash-verified

179 shared_ptr<ParallelDofs> apardofs);
180 virtual ~MasterInverse () override;
181 virtual bool IsComplex() const override { return inv->IsComplex(); }
182 virtual void MultAdd (double s, const BaseVector & x, BaseVector & y) const override;
183
184 virtual int VHeight() const override { return paralleldofs->GetNDofLocal(); }

Callers 2

IsComplexMethod · 0.45
IsComplexMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected