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

Method n

src/OpenFOAM/matrices/Matrix/MatrixI.H:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62
63template<class Form, class Type>
64inline Foam::label Foam::Matrix<Form, Type>::n() const
65{
66 return nCols_;
67}
68
69
70template<class Form, class Type>

Callers 15

mainFunction · 0.45
checkGeometry.CFile · 0.45
checkWedgesFunction · 0.45
calcDeltaFunction · 0.45
calcFitFunction · 0.45
directions.CFile · 0.45
directionInfoMethod · 0.45
updateCellMethod · 0.45
updateFaceMethod · 0.45
operator==Method · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36