11 lines
767 B
Plaintext
11 lines
767 B
Plaintext
digraph "thisBoundariesDict"
|
|
{
|
|
// LATEX_PDF_SIZE
|
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
|
rankdir="RL";
|
|
Node1 [label="thisBoundariesDict",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="The generated dictionary generated by code which is used."];
|
|
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
|
|
Node2 [label="boundaryDict",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classpFlow_1_1simulationDomain.html#afbaf3b01628021859690cc366c4b7397",tooltip="return a const ref to dicrionary of boundary i of this processor"];
|
|
}
|