MCPcopy Create free account
hub / github.com/OpenFOAM/OpenFOAM-dev / operator=

Method operator=

src/OpenFOAM/primitives/MatrixSpace/MatrixSpaceI.H:444–450  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

442
443template<class Form, class Cmpt, Foam::direction Mrows, Foam::direction Ncols>
444inline void Foam::MatrixSpace<Form, Cmpt, Mrows, Ncols>::operator=
445(
446 const Foam::zero
447)
448{
449 MatrixSpace::vsType::operator=(Zero);
450}
451
452
453template<class Form, class Cmpt, Foam::direction Mrows, Foam::direction Ncols>

Callers

nothing calls this directly

Calls 2

operator=Function · 0.85
blockClass · 0.85

Tested by

no test coverage detected