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

Function IsParallelVector

parallel/parallelvector.hpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 virtual bool IsParallelVector () const
62 {
63 return (this->Status() != NOT_PARALLEL);
64 }
65
66 virtual BaseVector & SetScalar (double scal) override;
67 virtual BaseVector & SetScalar (Complex scal) override;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected