Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFOAM/OpenFOAM-dev
/ size
Method
size
src/OpenFOAM/matrices/Matrix/MatrixI.H:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
template<class Form, class Type>
71
inline Foam::label Foam::Matrix<Form, Type>::size() const
72
{
73
return mRows_*nCols_;
74
}
75
76
77
template<class Form, class Type>
Callers
15
BC.C
File · 0.45
turbulentTemperatureCoupledBaffleMixedFvPatchScalarField.C
File · 0.45
updateCoeffs
Function · 0.45
turbulentTemperatureRadCoupledMixedFvPatchScalarField.C
File · 0.45
transferData
Function · 0.45
wallHeatTransferFvPatchScalarField.C
File · 0.45
externalWallHeatFluxTemperatureFvPatchScalarField.C
File · 0.45
totalFlowRateAdvectiveDiffusiveFvPatchScalarField.C
File · 0.45
thermalBaffle1DFvPatchScalarField.C
File · 0.45
alphatPhaseChangeWallFunctionFvPatchScalarField.C
File · 0.45
ThermalDiffusivity.C
File · 0.45
calcDelta
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected