Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix order of module graphs #9773

Merged
merged 1 commit into from
Mar 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 8 additions & 20 deletions doc/doxygen/headers/dofs.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
graph[rankdir="TB",bgcolor="transparent"];

node [fontname="FreeSans",fontsize=15,
shape=record,height=0.2,width=0.4,
shape=box,height=0.2,width=0.4,
color="black", fillcolor="white", style="filled"];
edge [color="black", weight=10];

Expand All @@ -84,6 +84,13 @@
output [label="Graphical output", URL="\ref output"];
manifold [label="Manifold", URL="\ref manifold"];

{
rank=same
mapping -> quadrature [dir="none", color="transparent"];
quadrature -> fe [dir="none", color="transparent"];
fe -> tria [dir="none", color="transparent"];
}

tria -> dh [color="black",style="solid"];
fe -> dh [color="black",style="solid"];
fe -> fevalues [color="black",style="solid"];
Expand All @@ -95,25 +102,6 @@
solvers -> output [color="black",style="solid"];
manifold -> tria [color="black",style="solid"];
manifold -> mapping [color="black",style="solid"];



node [fontname="FreeSans",fontsize=12,
shape=record,height=0.2,width=0.4,
color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
edge [color="gray55", weight=1];

opencascade [label="OpenCASCADE"];
opencascade -> manifold [dir="none"];


node [fontname="FreeSans",fontsize=12,
shape=ellipse,height=0.2,width=0.4,
color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
edge [color="gray55", weight=1];

gmsh [label="gmsh", URL="\ref Gmsh"];
gmsh -> tria [dir="none"];
}
* @enddot
*/
75 changes: 21 additions & 54 deletions doc/doxygen/headers/fe.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
graph[rankdir="TB",bgcolor="transparent"];

node [fontname="FreeSans",fontsize=15,
shape=record,height=0.2,width=0.4,
shape=box,height=0.2,width=0.4,
color="black", fillcolor="white", style="filled"];
edge [color="black", weight=10];

Expand All @@ -62,24 +62,13 @@
manifold -> tria [color="black",style="solid"];
manifold -> mapping [color="black",style="solid"];

{
rank=same
mapping -> quadrature [dir="none", color="transparent"];
quadrature -> fe [dir="none", color="transparent"];
fe -> tria [dir="none", color="transparent"];
}


node [fontname="FreeSans",fontsize=12,
shape=record,height=0.2,width=0.4,
color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
edge [color="gray55", weight=1];

opencascade [label="OpenCASCADE"];
opencascade -> manifold [dir="none"];


node [fontname="FreeSans",fontsize=12,
shape=ellipse,height=0.2,width=0.4,
color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
edge [color="gray55", weight=1];

gmsh [label="gmsh", URL="\ref Gmsh"];
gmsh -> tria [dir="none"];
}
* @enddot
*/
Expand Down Expand Up @@ -170,7 +159,7 @@
graph[rankdir="TB",bgcolor="transparent"];

node [fontname="FreeSans",fontsize=15,
shape=record,height=0.2,width=0.4,
shape=box,height=0.2,width=0.4,
color="black", fillcolor="white", style="filled"];
edge [color="black", weight=10];

Expand All @@ -197,24 +186,13 @@
manifold -> tria [color="black",style="solid"];
manifold -> mapping [color="black",style="solid"];

{
rank=same
mapping -> quadrature [dir="none", color="transparent"];
quadrature -> fe [dir="none", color="transparent"];
fe -> tria [dir="none", color="transparent"];
}


node [fontname="FreeSans",fontsize=12,
shape=record,height=0.2,width=0.4,
color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
edge [color="gray55", weight=1];

opencascade [label="OpenCASCADE"];
opencascade -> manifold [dir="none"];


node [fontname="FreeSans",fontsize=12,
shape=ellipse,height=0.2,width=0.4,
color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
edge [color="gray55", weight=1];

gmsh [label="gmsh", URL="\ref Gmsh"];
gmsh -> tria [dir="none"];
}
* @enddot
*
Expand Down Expand Up @@ -325,7 +303,7 @@
graph[rankdir="TB",bgcolor="transparent"];

node [fontname="FreeSans",fontsize=15,
shape=record,height=0.2,width=0.4,
shape=box,height=0.2,width=0.4,
color="black", fillcolor="white", style="filled"];
edge [color="black", weight=10];

Expand All @@ -352,24 +330,13 @@
manifold -> tria [color="black",style="solid"];
manifold -> mapping [color="black",style="solid"];

{
rank=same
mapping -> quadrature [dir="none", color="transparent"];
quadrature -> fe [dir="none", color="transparent"];
fe -> tria [dir="none", color="transparent"];
}


node [fontname="FreeSans",fontsize=12,
shape=record,height=0.2,width=0.4,
color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
edge [color="gray55", weight=1];

opencascade [label="OpenCASCADE"];
opencascade -> manifold [dir="none"];


node [fontname="FreeSans",fontsize=12,
shape=ellipse,height=0.2,width=0.4,
color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
edge [color="gray55", weight=1];

gmsh [label="gmsh", URL="\ref Gmsh"];
gmsh -> tria [dir="none"];
}
* @enddot
*
Expand Down
9 changes: 7 additions & 2 deletions doc/doxygen/headers/grid.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
graph[rankdir="TB",bgcolor="transparent"];

node [fontname="FreeSans",fontsize=15,
shape=record,height=0.2,width=0.4,
shape=box,height=0.2,width=0.4,
color="black", fillcolor="white", style="filled"];
edge [color="black", weight=10];

Expand All @@ -84,7 +84,12 @@
manifold -> tria [color="black",style="solid"];
manifold -> mapping [color="black",style="solid"];


{
rank=same
mapping -> quadrature [dir="none", color="transparent"];
quadrature -> fe [dir="none", color="transparent"];
fe -> tria [dir="none", color="transparent"];
}

node [fontname="FreeSans",fontsize=12,
shape=record,height=0.2,width=0.4,
Expand Down
9 changes: 7 additions & 2 deletions doc/doxygen/headers/manifold.h
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
graph[rankdir="TB",bgcolor="transparent"];

node [fontname="FreeSans",fontsize=15,
shape=record,height=0.2,width=0.4,
shape=box,height=0.2,width=0.4,
color="black", fillcolor="white", style="filled"];
edge [color="black", weight=10];

Expand All @@ -130,7 +130,12 @@
manifold -> tria [color="black",style="solid"];
manifold -> mapping [color="black",style="solid"];


{
rank=same
mapping -> quadrature [dir="none", color="transparent"];
quadrature -> fe [dir="none", color="transparent"];
fe -> tria [dir="none", color="transparent"];
}

node [fontname="FreeSans",fontsize=12,
shape=record,height=0.2,width=0.4,
Expand Down
25 changes: 7 additions & 18 deletions doc/doxygen/headers/quadrature.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
graph[rankdir="TB",bgcolor="transparent"];

node [fontname="FreeSans",fontsize=15,
shape=record,height=0.2,width=0.4,
shape=box,height=0.2,width=0.4,
color="black", fillcolor="white", style="filled"];
edge [color="black", weight=10];

Expand All @@ -65,24 +65,13 @@
manifold -> tria [color="black",style="solid"];
manifold -> mapping [color="black",style="solid"];

{
rank=same
mapping -> quadrature [dir="none", color="transparent"];
quadrature -> fe [dir="none", color="transparent"];
fe -> tria [dir="none", color="transparent"];
}


node [fontname="FreeSans",fontsize=12,
shape=record,height=0.2,width=0.4,
color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
edge [color="gray55", weight=1];

opencascade [label="OpenCASCADE"];
opencascade -> manifold [dir="none"];


node [fontname="FreeSans",fontsize=12,
shape=ellipse,height=0.2,width=0.4,
color="gray55", fontcolor="gray55", fillcolor="white", style="filled"];
edge [color="gray55", weight=1];

gmsh [label="gmsh", URL="\ref Gmsh"];
gmsh -> tria [dir="none"];
}
* @enddot
*
Expand Down