mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-28 03:27:05 +00:00
documentation for v1.0
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
digraph "main"
|
||||
{
|
||||
// LATEX_PDF_SIZE
|
||||
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||||
node [fontname="Helvetica",fontsize="10",shape=record];
|
||||
rankdir="LR";
|
||||
Node1 [label="main",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "];
|
||||
Node1 -> Node2 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node2 [label="pFlow::processors::\lfinalizeProcessors",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1processors.html#af07b65f79644dae88cfa7a956f6c0fca",tooltip="Finalize MPI processors."];
|
||||
Node1 -> Node3 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node3 [label="pFlow::initialize_pFlowProcessors",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$namespacepFlow.html#a56ba5dd1e49ff3384363db392fb1c770",tooltip=" "];
|
||||
Node1 -> Node4 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node4 [label="pFlow::processors::\linitProcessors",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1processors.html#af906dbdefab1fa8e20574cfe3624a1b6",tooltip="Initialize MPI processors."];
|
||||
Node1 -> Node17 [color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
||||
Node17 [label="pFlow::commandLine\l::parse",height=0.2,width=0.4,color="red", fillcolor="white", style="filled",URL="$classpFlow_1_1commandLine.html#af199716992f3f8bb51c89ddcca847062",tooltip=" "];
|
||||
}
|
Reference in New Issue
Block a user