Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KratosMultiphysics/Kratos
/ SparseGraph
Method
SparseGraph
kratos/containers/sparse_graph.h:81–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
///@{
80
81
SparseGraph(IndexType N)
82
{
83
mpComm = &ParallelEnvironment::GetDataCommunicator(
"Serial"
); //that's the only option
84
}
85
86
/// Default constructor.
87
SparseGraph()
Callers
nothing calls this directly
Calls
1
IsDistributed
Method · 0.45
Tested by
no test coverage detected