DAMASK_EICMD/documentation/Manual/include/Preliminaries.tex

22 lines
610 B
TeX

% #################
\chapter{Preliminaries}
% #################
\section{Introduction}
For the theory and some application examples, see \citet{Roters2010}.
\section{History of the code}
?, spaghetti version,
\input{include/svn_guide}
\section{Style guide for programming the CPFEM subroutine}
Some hints
\begin{itemize}
\item This manual cannot substitute proper commenting in the Fortran code. Try to include as much comments as possible directly in the code.
\item When commenting, do not use cryptic comments such as \emph{Random is random!} -- an actual example from the code.
\end{itemize}