docs(docs): rebuilt docs
This commit is contained in:
@@ -1,259 +1,432 @@
|
||||
\let\mypdfximage\pdfximage\def\pdfximage{\immediate\mypdfximage}\documentclass[twoside]{book}
|
||||
|
||||
%% moved from doxygen.sty due to workaround for LaTex 2019 version and unmaintained tabu package
|
||||
\usepackage{ifthen}
|
||||
\ifx\requestedLaTeXdate\undefined
|
||||
\usepackage{array}
|
||||
\else
|
||||
\usepackage{array}[=2016-10-06]
|
||||
\fi
|
||||
%%
|
||||
% Packages required by doxygen
|
||||
\usepackage{fixltx2e}
|
||||
\usepackage{doxygen}
|
||||
\usepackage{graphicx}
|
||||
\usepackage[utf8]{inputenc}
|
||||
\usepackage{makeidx}
|
||||
\PassOptionsToPackage{warn}{textcomp}
|
||||
\usepackage{textcomp}
|
||||
\usepackage[nointegrals]{wasysym}
|
||||
\usepackage{ifxetex}
|
||||
|
||||
% Font selection
|
||||
\usepackage[T1]{fontenc}
|
||||
\usepackage[scaled=.90]{helvet}
|
||||
% Handle batch mode
|
||||
% to overcome problems with too many open files
|
||||
\let\mypdfximage\pdfximage\def\pdfximage{\immediate\mypdfximage}
|
||||
\RequirePackage{iftex}
|
||||
\ifLuaTeX
|
||||
\directlua{pdf.setminorversion(7)}
|
||||
\fi
|
||||
\ifXeTeX
|
||||
\special{pdf:minorversion 7}
|
||||
\fi
|
||||
\ifPDFTeX
|
||||
\pdfminorversion=7
|
||||
\fi
|
||||
% Set document class depending on configuration
|
||||
\documentclass[twoside]{book}
|
||||
%% moved from doxygen.sty due to workaround for LaTex 2019 version and unmaintained tabu package
|
||||
\usepackage{ifthen}
|
||||
\ifx\requestedLaTeXdate\undefined
|
||||
\usepackage{array}
|
||||
\else
|
||||
\usepackage{array}[=2016-10-06]
|
||||
\fi
|
||||
%%
|
||||
% Packages required by doxygen
|
||||
\makeatletter
|
||||
\providecommand\IfFormatAtLeastTF{\@ifl@t@r\fmtversion}
|
||||
% suppress package identification of infwarerr as it contains the word "warning"
|
||||
\let\@@protected@wlog\protected@wlog
|
||||
\def\protected@wlog#1{\wlog{package info suppressed}}
|
||||
\RequirePackage{infwarerr}
|
||||
\let\protected@wlog\@@protected@wlog
|
||||
\makeatother
|
||||
\IfFormatAtLeastTF{2016/01/01}{}{\usepackage{fixltx2e}} % for \textsubscript
|
||||
\ifPDFTeX
|
||||
\IfFormatAtLeastTF{2015/01/01}{\pdfsuppresswarningpagegroup=1}{}
|
||||
\fi
|
||||
\usepackage{doxygen}
|
||||
\usepackage{graphicx}
|
||||
\iftutex
|
||||
\usepackage{fontspec}
|
||||
\defaultfontfeatures{Ligatures={TeX}}
|
||||
\usepackage{unicode-math}
|
||||
\else
|
||||
\usepackage[utf8]{inputenc}
|
||||
\fi
|
||||
\usepackage{makeidx}
|
||||
\PassOptionsToPackage{warn}{textcomp}
|
||||
\usepackage{textcomp}
|
||||
\usepackage[nointegrals]{wasysym}
|
||||
\usepackage{ifxetex}
|
||||
% NLS support packages
|
||||
% Define default fonts
|
||||
% Font selection
|
||||
\iftutex
|
||||
\else
|
||||
\usepackage[T1]{fontenc}
|
||||
\fi
|
||||
% set main and monospaced font
|
||||
\usepackage[scaled=.90]{helvet}
|
||||
\usepackage{courier}
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
\usepackage{sectsty}
|
||||
\allsectionsfont{%
|
||||
\fontseries{bc}\selectfont%
|
||||
\color{darkgray}%
|
||||
}
|
||||
\renewcommand{\DoxyLabelFont}{%
|
||||
\fontseries{bc}\selectfont%
|
||||
\color{darkgray}%
|
||||
}
|
||||
\newcommand{\+}{\discretionary{\mbox{\scriptsize$\hookleftarrow$}}{}{}}
|
||||
|
||||
% Arguments of doxygenemoji:
|
||||
% 1) ':<text>:' form of the emoji, already "LaTeX"-escaped
|
||||
% 2) file with the name of the emoji without the .png extension
|
||||
% in case image exist use this otherwise use the ':<text>:' form
|
||||
\newcommand{\doxygenemoji}[2]{%
|
||||
\IfFileExists{./#2.png}{\raisebox{-0.1em}{\includegraphics[height=0.9em]{./#2.png}}}{#1}%
|
||||
}
|
||||
% Page & text layout
|
||||
\usepackage{geometry}
|
||||
\geometry{%
|
||||
a4paper,%
|
||||
top=2.5cm,%
|
||||
bottom=2.5cm,%
|
||||
left=2.5cm,%
|
||||
right=2.5cm%
|
||||
}
|
||||
\tolerance=750
|
||||
\hfuzz=15pt
|
||||
\hbadness=750
|
||||
\setlength{\emergencystretch}{15pt}
|
||||
\setlength{\parindent}{0cm}
|
||||
\newcommand{\doxynormalparskip}{\setlength{\parskip}{3ex plus 2ex minus 2ex}}
|
||||
\newcommand{\doxytocparskip}{\setlength{\parskip}{1ex plus 0ex minus 0ex}}
|
||||
\doxynormalparskip
|
||||
\makeatletter
|
||||
\renewcommand{\paragraph}{%
|
||||
\@startsection{paragraph}{4}{0ex}{-1.0ex}{1.0ex}{%
|
||||
\normalfont\normalsize\bfseries\SS@parafont%
|
||||
}%
|
||||
}
|
||||
\renewcommand{\subparagraph}{%
|
||||
\@startsection{subparagraph}{5}{0ex}{-1.0ex}{1.0ex}{%
|
||||
\normalfont\normalsize\bfseries\SS@subparafont%
|
||||
}%
|
||||
}
|
||||
\makeatother
|
||||
|
||||
\makeatletter
|
||||
\newcommand\hrulefilll{\leavevmode\leaders\hrule\hskip 0pt plus 1filll\kern\z@}
|
||||
\makeatother
|
||||
|
||||
% Headers & footers
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancyplain}
|
||||
\renewcommand{\footrulewidth}{0.4pt}
|
||||
%
|
||||
\fancypagestyle{fancyplain}{
|
||||
\fancyhf{}
|
||||
\fancyhead[LE, RO]{\bfseries\thepage}
|
||||
\fancyhead[LO]{\bfseries\rightmark}
|
||||
\fancyhead[RE]{\bfseries\leftmark}
|
||||
\fancyfoot[LO, RE]{\bfseries\scriptsize Generated by Doxygen }
|
||||
}
|
||||
%
|
||||
\fancypagestyle{plain}{
|
||||
\fancyhf{}
|
||||
\fancyfoot[LO, RE]{\bfseries\scriptsize Generated by Doxygen }
|
||||
\renewcommand{\headrulewidth}{0pt}}
|
||||
%
|
||||
\pagestyle{fancyplain}
|
||||
%
|
||||
\renewcommand{\chaptermark}[1]{%
|
||||
\markboth{#1}{}%
|
||||
}
|
||||
\renewcommand{\sectionmark}[1]{%
|
||||
\markright{\thesection\ #1}%
|
||||
}
|
||||
|
||||
% Indices & bibliography
|
||||
\usepackage{natbib}
|
||||
\usepackage[titles]{tocloft}
|
||||
\setcounter{tocdepth}{3}
|
||||
\setcounter{secnumdepth}{5}
|
||||
\makeindex
|
||||
|
||||
\doxyallsectionsfont{%
|
||||
\fontseries{bc}\selectfont%
|
||||
\color{darkgray}%
|
||||
}
|
||||
\renewcommand{\DoxyLabelFont}{%
|
||||
\fontseries{bc}\selectfont%
|
||||
\color{darkgray}%
|
||||
}
|
||||
\newcommand{\+}{\discretionary{\mbox{\scriptsize$\hookleftarrow$}}{}{}}
|
||||
% Arguments of doxygenemoji:
|
||||
% 1) ':<text>:' form of the emoji, already LaTeX-escaped
|
||||
% 2) file with the name of the emoji without the .png extension
|
||||
% in case image exist use this otherwise use the ':<text>:' form
|
||||
\newcommand{\doxygenemoji}[2]{%
|
||||
\IfFileExists{./#2.png}{\raisebox{-0.1em}{\includegraphics[height=0.9em]{./#2.png}}}{#1}%
|
||||
}
|
||||
% Page & text layout
|
||||
\usepackage{geometry}
|
||||
\geometry{%
|
||||
a4paper,%
|
||||
top=2.5cm,%
|
||||
bottom=2.5cm,%
|
||||
left=2.5cm,%
|
||||
right=2.5cm%
|
||||
}
|
||||
\usepackage{changepage}
|
||||
% Allow a bit of overflow to go unnoticed by other means
|
||||
\tolerance=750
|
||||
\hfuzz=15pt
|
||||
\hbadness=750
|
||||
\setlength{\emergencystretch}{15pt}
|
||||
\setlength{\parindent}{0cm}
|
||||
\newcommand{\doxynormalparskip}{\setlength{\parskip}{3ex plus 2ex minus 2ex}}
|
||||
\newcommand{\doxytocparskip}{\setlength{\parskip}{1ex plus 0ex minus 0ex}}
|
||||
\doxynormalparskip
|
||||
% Redefine paragraph/subparagraph environments, using sectsty fonts
|
||||
\makeatletter
|
||||
\renewcommand{\paragraph}{%
|
||||
\@startsection{paragraph}{4}{0ex}{-1.0ex}{1.0ex}{%
|
||||
\normalfont\normalsize\bfseries\SS@parafont%
|
||||
}%
|
||||
}
|
||||
\renewcommand{\subparagraph}{%
|
||||
\@startsection{subparagraph}{5}{0ex}{-1.0ex}{1.0ex}{%
|
||||
\normalfont\normalsize\bfseries\SS@subparafont%
|
||||
}%
|
||||
}
|
||||
\makeatother
|
||||
\makeatletter
|
||||
\newcommand\hrulefilll{\leavevmode\leaders\hrule\hskip 0pt plus 1filll\kern\z@}
|
||||
\makeatother
|
||||
% Headers & footers
|
||||
\usepackage{fancyhdr}
|
||||
\pagestyle{fancyplain}
|
||||
\renewcommand{\footrulewidth}{0.4pt}
|
||||
\fancypagestyle{fancyplain}{
|
||||
\fancyhf{}
|
||||
\fancyhead[LE, RO]{\bfseries\thepage}
|
||||
\fancyhead[LO]{\bfseries\rightmark}
|
||||
\fancyhead[RE]{\bfseries\leftmark}
|
||||
\fancyfoot[LO, RE]{\bfseries\scriptsize Generated by Doxygen }
|
||||
}
|
||||
\fancypagestyle{plain}{
|
||||
\fancyhf{}
|
||||
\fancyfoot[LO, RE]{\bfseries\scriptsize Generated by Doxygen }
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
}
|
||||
\pagestyle{fancyplain}
|
||||
\renewcommand{\chaptermark}[1]{%
|
||||
\markboth{#1}{}%
|
||||
}
|
||||
\renewcommand{\sectionmark}[1]{%
|
||||
\markright{\thesection\ #1}%
|
||||
}
|
||||
% ToC, LoF, LoT, bibliography, and index
|
||||
% Indices & bibliography
|
||||
\usepackage[numbers]{natbib}
|
||||
\usepackage[titles]{tocloft}
|
||||
\setcounter{tocdepth}{3}
|
||||
\setcounter{secnumdepth}{5}
|
||||
% creating indexes
|
||||
\makeindex
|
||||
\ifPDFTeX
|
||||
\usepackage{newunicodechar}
|
||||
\newunicodechar{⁻}{${}^{-}$}% Superscript minus
|
||||
\newunicodechar{²}{${}^{2}$}% Superscript two
|
||||
\newunicodechar{³}{${}^{3}$}% Superscript three
|
||||
|
||||
% Hyperlinks (required, but should be loaded last)
|
||||
\ifpdf
|
||||
\usepackage[pdftex,pagebackref=true]{hyperref}
|
||||
\else
|
||||
\ifxetex
|
||||
\usepackage[pagebackref=true]{hyperref}
|
||||
\else
|
||||
\usepackage[ps2pdf,pagebackref=true]{hyperref}
|
||||
\fi
|
||||
\makeatletter
|
||||
\def\doxynewunicodechar#1#2{%
|
||||
\@tempswafalse
|
||||
\edef\nuc@tempa{\detokenize{#1}}%
|
||||
\if\relax\nuc@tempa\relax
|
||||
\nuc@emptyargerr
|
||||
\else
|
||||
\edef\@tempb{\expandafter\@car\nuc@tempa\@nil}%
|
||||
\nuc@check
|
||||
\if@tempswa
|
||||
\@namedef{u8:\nuc@tempa}{#2}%
|
||||
\fi
|
||||
\fi
|
||||
}
|
||||
\makeatother
|
||||
\doxynewunicodechar{⁻}{${}^{-}$}% Superscript minus
|
||||
\doxynewunicodechar{²}{${}^{2}$}% Superscript two
|
||||
\doxynewunicodechar{³}{${}^{3}$}% Superscript three
|
||||
\fi
|
||||
|
||||
\hypersetup{%
|
||||
colorlinks=true,%
|
||||
linkcolor=blue,%
|
||||
citecolor=blue,%
|
||||
unicode%
|
||||
}
|
||||
|
||||
% Custom commands
|
||||
\newcommand{\clearemptydoublepage}{%
|
||||
\newpage{\pagestyle{empty}\cleardoublepage}%
|
||||
}
|
||||
|
||||
\usepackage{caption}
|
||||
\captionsetup{labelsep=space,justification=centering,font={bf},singlelinecheck=off,skip=4pt,position=top}
|
||||
|
||||
\usepackage{etoc}
|
||||
\etocsettocstyle{\doxytocparskip}{\doxynormalparskip}
|
||||
\renewcommand{\numberline}[1]{#1~}
|
||||
% Hyperlinks
|
||||
% Hyperlinks (required, but should be loaded last)
|
||||
\ifPDFTeX
|
||||
\usepackage[pdftex,pagebackref=true]{hyperref}
|
||||
\else
|
||||
\ifXeTeX
|
||||
\usepackage[xetex,pagebackref=true]{hyperref}
|
||||
\else
|
||||
\ifLuaTeX
|
||||
\usepackage[luatex,pagebackref=true]{hyperref}
|
||||
\else
|
||||
\usepackage[ps2pdf,pagebackref=true]{hyperref}
|
||||
\fi
|
||||
\fi
|
||||
\fi
|
||||
\hypersetup{%
|
||||
colorlinks=true,%
|
||||
linkcolor=blue,%
|
||||
citecolor=blue,%
|
||||
unicode,%
|
||||
pdftitle={SERiF},%
|
||||
pdfsubject={3+1\+D Stellar Structure and Evolution}%
|
||||
}
|
||||
% Custom commands used by the header
|
||||
% Custom commands
|
||||
\newcommand{\clearemptydoublepage}{%
|
||||
\newpage{\pagestyle{empty}\cleardoublepage}%
|
||||
}
|
||||
% caption style definition
|
||||
\usepackage{caption}
|
||||
\captionsetup{labelsep=space,justification=centering,font={bf},singlelinecheck=off,skip=4pt,position=top}
|
||||
% in page table of contents
|
||||
\IfFormatAtLeastTF{2023/05/01}{\usepackage[deeplevels]{etoc}}{\usepackage[deeplevels]{etoc_doxygen}}
|
||||
\etocsettocstyle{\doxytocparskip}{\doxynormalparskip}
|
||||
\etocsetlevel{subsubsubsection}{4}
|
||||
\etocsetlevel{subsubsubsubsection}{5}
|
||||
\etocsetlevel{subsubsubsubsubsection}{6}
|
||||
\etocsetlevel{subsubsubsubsubsubsection}{7}
|
||||
\etocsetlevel{paragraph}{8}
|
||||
\etocsetlevel{subparagraph}{9}
|
||||
% prevent numbers overlap the titles in toc
|
||||
\renewcommand{\numberline}[1]{#1~}
|
||||
% End of preamble, now comes the document contents
|
||||
%===== C O N T E N T S =====
|
||||
|
||||
\begin{document}
|
||||
\raggedbottom
|
||||
|
||||
% Titlepage & ToC
|
||||
\hypersetup{pageanchor=false,
|
||||
bookmarksnumbered=true,
|
||||
pdfencoding=unicode
|
||||
}
|
||||
\pagenumbering{alph}
|
||||
\begin{titlepage}
|
||||
\vspace*{7cm}
|
||||
\begin{center}%
|
||||
{\Large New 4DSSE Code \\[1ex]\large 0.\+0.\+1a }\\
|
||||
\vspace*{1cm}
|
||||
{\large Generated by Doxygen 1.9.1}\\
|
||||
\end{center}
|
||||
\end{titlepage}
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{roman}
|
||||
\tableofcontents
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{arabic}
|
||||
\hypersetup{pageanchor=true}
|
||||
|
||||
\raggedbottom
|
||||
% Titlepage & ToC
|
||||
% To avoid duplicate page anchors due to reuse of same numbers for
|
||||
% the index (be it as roman numbers)
|
||||
\hypersetup{pageanchor=false,
|
||||
bookmarksnumbered=true,
|
||||
pdfencoding=unicode
|
||||
}
|
||||
\pagenumbering{alph}
|
||||
\begin{titlepage}
|
||||
\vspace*{7cm}
|
||||
\begin{center}%
|
||||
{\Large SERiF}\\
|
||||
[1ex]\large 0.\+0.\+1a \\
|
||||
\vspace*{1cm}
|
||||
{\large Generated by Doxygen 1.13.2}\\
|
||||
\end{center}
|
||||
\end{titlepage}
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{roman}
|
||||
\tableofcontents
|
||||
\clearemptydoublepage
|
||||
\pagenumbering{arabic}
|
||||
% re-enable anchors again
|
||||
\hypersetup{pageanchor=true}
|
||||
%--- Begin generated contents ---
|
||||
\chapter{opat\+IO python module}
|
||||
\label{md_utils_opatio_readme}
|
||||
\Hypertarget{md_utils_opatio_readme}
|
||||
\input{md_utils_opatio_readme}
|
||||
\chapter{Test List}
|
||||
\label{test}
|
||||
\Hypertarget{test}
|
||||
\input{index}
|
||||
\input{test}
|
||||
\chapter{Namespace Index}
|
||||
\input{namespaces}
|
||||
\chapter{Hierarchical Index}
|
||||
\input{hierarchy}
|
||||
\chapter{Class Index}
|
||||
\input{annotated}
|
||||
\chapter{File Index}
|
||||
\input{files}
|
||||
\chapter{Namespace Documentation}
|
||||
\input{namespacecomposition}
|
||||
\input{namespacehelmholtz}
|
||||
\input{namespacelane_emden}
|
||||
\input{namespacenn_approx8}
|
||||
\input{namespacenuclear_network}
|
||||
\input{namespacepolycoeff}
|
||||
\input{namespacepoly_m_f_e_m_utils}
|
||||
\input{namespace_probe}
|
||||
\input{namespaceserif}
|
||||
\input{namespaceserif_1_1utilities}
|
||||
\input{namespace_s_s_e}
|
||||
\chapter{Class Documentation}
|
||||
\input{classBilinearIntegratorWrapper}
|
||||
\input{classCompositeNonlinearIntegrator}
|
||||
\input{classConfig}
|
||||
\input{classconfigTest}
|
||||
\input{classconfigTestPrivateAccessor}
|
||||
\input{structConstant}
|
||||
\input{classConstants}
|
||||
\input{classconstTest}
|
||||
\input{classDObject}
|
||||
\input{classDObjectTest}
|
||||
\input{structHeader}
|
||||
\input{classLockableDObject}
|
||||
\input{classLockableDObjectTest}
|
||||
\input{classMeshIO}
|
||||
\input{classmeshIOTest}
|
||||
\input{classMetadata}
|
||||
\input{classMetadataTest}
|
||||
\input{classNonlinearPowerIntegrator}
|
||||
\input{classOpatIO}
|
||||
\input{classopatIOTest}
|
||||
\input{structOPATTable}
|
||||
\input{structTableIndex}
|
||||
\input{classnn_approx8_1_1_approx8_network}
|
||||
\input{classapprox8_test}
|
||||
\input{classcomposition_1_1_composition}
|
||||
\input{structcomposition_1_1_composition_entry}
|
||||
\input{classcomposition_test}
|
||||
\input{class_config}
|
||||
\input{classconfig_test}
|
||||
\input{classconfig_test_private_accessor}
|
||||
\input{struct_constant}
|
||||
\input{class_constants}
|
||||
\input{classconst_test}
|
||||
\input{class_d_object}
|
||||
\input{class_d_object_test}
|
||||
\input{structpolycoeff_1_1d_theta_interp_coeff}
|
||||
\input{structhelmholtz_1_1_e_o_s}
|
||||
\input{structhelmholtz_1_1_e_o_s_input}
|
||||
\input{class_eos_i_o}
|
||||
\input{classeos_test}
|
||||
\input{structform_bundle}
|
||||
\input{structcomposition_1_1_global_composition}
|
||||
\input{class_g_m_r_e_s_inverter}
|
||||
\input{structhelmholtz_1_1_h_e_l_m_table}
|
||||
\input{structnn_approx8_1_1_jacobian}
|
||||
\input{class_lockable_d_object}
|
||||
\input{class_lockable_d_object_test}
|
||||
\input{class_probe_1_1_log_manager}
|
||||
\input{class_mesh_i_o}
|
||||
\input{classmesh_i_o_test}
|
||||
\input{class_metadata}
|
||||
\input{class_metadata_test}
|
||||
\input{structnn_approx8_1_1_net}
|
||||
\input{structnuclear_network_1_1_net_in}
|
||||
\input{structnuclear_network_1_1_net_out}
|
||||
\input{classnuclear_network_1_1_network}
|
||||
\input{classpoly_m_f_e_m_utils_1_1_nonlinear_power_integrator}
|
||||
\input{structnn_approx8_1_1_o_d_e}
|
||||
\input{class_poly_solver}
|
||||
\input{classpoly_test}
|
||||
\input{class_polytrope_operator}
|
||||
\input{classprobe_test}
|
||||
\input{class_resource_manager}
|
||||
\input{classresource_manager_test}
|
||||
\input{class_schur_compliment}
|
||||
\input{structsolver_bundle}
|
||||
\input{structpolycoeff_1_1x1_interp_coeff}
|
||||
\chapter{File Documentation}
|
||||
\input{mainpage_8md}
|
||||
\input{composition_8cpp}
|
||||
\input{composition_8cpp_source}
|
||||
\input{composition_8h}
|
||||
\input{composition_8h_source}
|
||||
\input{config_8cpp}
|
||||
\input{config_8cpp_source}
|
||||
\input{config_8h}
|
||||
\input{config_8h_source}
|
||||
\input{const_8cpp}
|
||||
\input{const_8cpp_source}
|
||||
\input{const_8h}
|
||||
\input{DObject_8cpp}
|
||||
\input{LockableDObject_8cpp}
|
||||
\input{Metadata_8cpp}
|
||||
\input{DObject_8h}
|
||||
\input{LockableDObject_8h}
|
||||
\input{Metadata_8h}
|
||||
\input{meshIO_8cpp}
|
||||
\input{meshIO_8h}
|
||||
\input{const_8h_source}
|
||||
\input{_d_object_8cpp}
|
||||
\input{_d_object_8cpp_source}
|
||||
\input{_lockable_d_object_8cpp}
|
||||
\input{_lockable_d_object_8cpp_source}
|
||||
\input{_metadata_8cpp}
|
||||
\input{_metadata_8cpp_source}
|
||||
\input{_d_object_8h}
|
||||
\input{_d_object_8h_source}
|
||||
\input{_lockable_d_object_8h}
|
||||
\input{_lockable_d_object_8h_source}
|
||||
\input{_metadata_8h}
|
||||
\input{_metadata_8h_source}
|
||||
\input{eos_i_o_8cpp}
|
||||
\input{eos_i_o_8cpp_source}
|
||||
\input{helm_8cpp}
|
||||
\input{helm_8cpp_source}
|
||||
\input{eos_i_o_8h}
|
||||
\input{eos_i_o_8h_source}
|
||||
\input{helm_8h}
|
||||
\input{helm_8h_source}
|
||||
\input{mesh_i_o_8cpp}
|
||||
\input{mesh_i_o_8cpp_source}
|
||||
\input{mesh_i_o_8h}
|
||||
\input{mesh_i_o_8h_source}
|
||||
\input{debug_8h}
|
||||
\input{debug_8h_source}
|
||||
\input{warning__control_8h}
|
||||
\input{warning__control_8h_source}
|
||||
\input{approx8_8cpp}
|
||||
\input{approx8_8cpp_source}
|
||||
\input{network_8cpp}
|
||||
\input{network_8cpp_source}
|
||||
\input{approx8_8h}
|
||||
\input{approx8_8h_source}
|
||||
\input{network_8h}
|
||||
\input{network_8h_source}
|
||||
\input{opac_8h}
|
||||
\input{opatIO_8cpp}
|
||||
\input{opatIO_8h}
|
||||
\input{polyCoeff_8cpp}
|
||||
\input{polyCoeff_8h}
|
||||
\input{polyIO_8cpp}
|
||||
\input{polyMFEMUtils_8cpp}
|
||||
\input{polyIO_8h}
|
||||
\input{polyMFEMUtils_8h}
|
||||
\input{configTest_8cpp}
|
||||
\input{constTest_8cpp}
|
||||
\input{DObjectTest_8cpp}
|
||||
\input{LockableDObjectTest_8cpp}
|
||||
\input{MetadataTest_8cpp}
|
||||
\input{testDObject_8cpp}
|
||||
\input{meshIOTest_8cpp}
|
||||
\input{opatIOTest_8cpp}
|
||||
\input{build_2lib_2opatio_2____init_____8py}
|
||||
\input{build_2lib_2opatio_2opat_2____init_____8py}
|
||||
\input{src_2opatio_2____init_____8py}
|
||||
\input{src_2opatio_2opat_2____init_____8py}
|
||||
\input{build_2lib_2opatio_2opat_2opat_8py}
|
||||
\input{src_2opatio_2opat_2opat_8py}
|
||||
\input{readme_8md}
|
||||
\input{mkTestData_8py}
|
||||
\input{opac_8h_source}
|
||||
\input{poly_coeff_8cpp}
|
||||
\input{poly_coeff_8cpp_source}
|
||||
\input{poly_coeff_8h}
|
||||
\input{poly_coeff_8h_source}
|
||||
\input{poly_solver_8cpp}
|
||||
\input{poly_solver_8cpp_source}
|
||||
\input{poly_solver_8h}
|
||||
\input{poly_solver_8h_source}
|
||||
\input{integrators_8cpp}
|
||||
\input{integrators_8cpp_source}
|
||||
\input{polytrope_operator_8cpp}
|
||||
\input{polytrope_operator_8cpp_source}
|
||||
\input{utilities_8cpp}
|
||||
\input{utilities_8cpp_source}
|
||||
\input{integrators_8h}
|
||||
\input{integrators_8h_source}
|
||||
\input{polytrope_operator_8h}
|
||||
\input{polytrope_operator_8h_source}
|
||||
\input{utilities_8h}
|
||||
\input{utilities_8h_source}
|
||||
\input{probe_8cpp}
|
||||
\input{probe_8cpp_source}
|
||||
\input{probe_8h}
|
||||
\input{probe_8h_source}
|
||||
\input{resource_manager_8cpp}
|
||||
\input{resource_manager_8cpp_source}
|
||||
\input{resource_manager_types_8cpp}
|
||||
\input{resource_manager_types_8cpp_source}
|
||||
\input{resource_manager_8h}
|
||||
\input{resource_manager_8h_source}
|
||||
\input{resource_manager_types_8h}
|
||||
\input{resource_manager_types_8h_source}
|
||||
\input{4_d_s_t_a_r_types_8h}
|
||||
\input{4_d_s_t_a_r_types_8h_source}
|
||||
\input{composition_test_8cpp}
|
||||
\input{composition_test_8cpp_source}
|
||||
\input{comp_8cpp}
|
||||
\input{comp_8cpp_source}
|
||||
\input{config_test_8cpp}
|
||||
\input{config_test_8cpp_source}
|
||||
\input{const_test_8cpp}
|
||||
\input{const_test_8cpp_source}
|
||||
\input{_d_object_test_8cpp}
|
||||
\input{_d_object_test_8cpp_source}
|
||||
\input{_lockable_d_object_test_8cpp}
|
||||
\input{_lockable_d_object_test_8cpp_source}
|
||||
\input{_metadata_test_8cpp}
|
||||
\input{_metadata_test_8cpp_source}
|
||||
\input{test_d_object_8cpp}
|
||||
\input{test_d_object_8cpp_source}
|
||||
\input{eos_test_8cpp}
|
||||
\input{eos_test_8cpp_source}
|
||||
\input{mesh_i_o_test_8cpp}
|
||||
\input{mesh_i_o_test_8cpp_source}
|
||||
\input{approx8_test_8cpp}
|
||||
\input{approx8_test_8cpp_source}
|
||||
\input{poly_test_8cpp}
|
||||
\input{poly_test_8cpp_source}
|
||||
\input{probe_test_8cpp}
|
||||
\input{probe_test_8cpp_source}
|
||||
\input{resource_manager_test_8cpp}
|
||||
\input{resource_manager_test_8cpp_source}
|
||||
\chapter{Examples}
|
||||
\input{_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2composition_2public_2composition_8h-example}
|
||||
\input{_constructing-example}
|
||||
\input{_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2network_2public_2approx8_8h-example}
|
||||
\input{_2_users_2tboudreaux_2_programming_2_s_e_ri_f_2src_2poly_2solver_2public_2poly_solver_8h-example}
|
||||
%--- End generated contents ---
|
||||
|
||||
% Index
|
||||
\backmatter
|
||||
\newpage
|
||||
\phantomsection
|
||||
\clearemptydoublepage
|
||||
\addcontentsline{toc}{chapter}{\indexname}
|
||||
\printindex
|
||||
|
||||
\backmatter
|
||||
\newpage
|
||||
\phantomsection
|
||||
\clearemptydoublepage
|
||||
\addcontentsline{toc}{chapter}{\indexname}
|
||||
\printindex
|
||||
% Required for some languages (in combination with latexdocumentpre from the header)
|
||||
\end{document}
|
||||
|
||||
Reference in New Issue
Block a user