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

Function makeGraph

src/sampling/graphField/makeGraph.C:46–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
45
46void makeGraph
47(
48 const scalarField& x,
49 const volScalarField& vsf,
50 const word& graphFormat
51)
52{
53 makeGraph(x, vsf, vsf.name(), graphFormat);
54}
55
56
57void makeGraph

Callers 3

mainFunction · 0.85
collapse.HFile · 0.85
makeGraphs.HFile · 0.85

Calls 5

primitiveFieldMethod · 0.80
mkDirFunction · 0.50
graphClass · 0.50
nameMethod · 0.45
writeMethod · 0.45

Tested by

no test coverage detected