Unverified Commit 0beb39c1 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

fully integrate compute gyration/shape into doc build system

parent 114a754a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ KOKKOS, o = USER-OMP, t = OPT.
"group/group"_compute_group_group.html,
"gyration"_compute_gyration.html,
"gyration/chunk"_compute_gyration_chunk.html,
"gyration/shape"_compute_gyration_shape.html,
"heat/flux"_compute_heat_flux.html,
"heat/flux/tally"_compute_tally.html,
"hexorder/atom"_compute_hexorder_atom.html,
+6.84 KiB
Loading image diff...
+2 −1
Original line number Diff line number Diff line
\documentstyle[12pt]{article}
\documentclass[12pt]{article}

\pagestyle{empty}
\begin{document}

\begin{eqnarray*}
+8 −0
Original line number Diff line number Diff line
@@ -2438,6 +2438,14 @@ Self-explanatory. :dd

Self-explanatory. :dd

{Compute gyration ID does not exist for compute gyration/shape} :dt

Self-explanatory. Provide a valid compute ID. :dd

{Compute gyration/shape compute ID does not point to a gyration compute} :dt

Self-explanatory. Provide and ID of a compute gyration command. :dd

{Compute ID for compute reduce does not exist} :dt

Self-explanatory. :dd
+1 −0
Original line number Diff line number Diff line
@@ -213,6 +213,7 @@ compute"_Commands_compute.html doc page are followed by one or more of
"group/group"_compute_group_group.html - energy/force between two groups of atoms
"gyration"_compute_gyration.html - radius of gyration of group of atoms
"gyration/chunk"_compute_gyration_chunk.html - radius of gyration for each chunk
"gyration/shape"_compute_gyration_shape.html - compute shape parameters from radius of gyration tensor
"heat/flux"_compute_heat_flux.html - heat flux through a group of atoms
"heat/flux/tally"_compute_tally.html -
"hexorder/atom"_compute_hexorder_atom.html - bond orientational order parameter q6
Loading