MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / Size

Method Size

kratos/containers/nd_data.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111template<class TDataType>
112unsigned int NDData<TDataType>::Size() const
113{
114 return std::accumulate(mShape.data().begin(), mShape.data().end(), 1u, std::multiplies<unsigned int>{});
115}
116
117template<class TDataType>
118std::string NDData<TDataType>::Info() const

Callers 7

NDDataMethod · 0.95
ViewDataMethod · 0.95
SystemVectorMethod · 0.45
DistributedCsrMatrixMethod · 0.45
size2Method · 0.45
ToSerialCSRMethod · 0.45
AddFunction · 0.45

Calls 3

beginMethod · 0.45
dataMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected