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

Method n

src/OpenFOAM/matrices/MatrixBlock/MatrixBlockI.H:100–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98
99template<class MatrixType>
100inline Foam::label Foam::ConstMatrixBlock<MatrixType>::n() const
101{
102 return nCols_;
103}
104
105
106template<class MatrixType>

Callers 3

ConstMatrixBlockMethod · 0.45
MatrixBlockMethod · 0.45
MatrixBlock.CFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected