update header texts

This commit is contained in:
Axel Kohlmeyer
2020-10-14 23:28:28 -04:00
parent 937f8b3f61
commit 88644caaec
4 changed files with 10 additions and 10 deletions

View File

@ -1,5 +1,5 @@
LAMMPS C++ base classes
=======================
C++ base classes
================
LAMMPS is designed to be used as a C++ class library where one can set
up and drive a simulation through creating a class instance and then

View File

@ -1,5 +1,5 @@
LAMMPS source files
-------------------
Source files
------------
The source files of the LAMMPS code are found in two
directories of the distribution: ``src`` and ``lib``.
@ -46,8 +46,8 @@ class. They are discussed in the next section.
A small number of C++ classes and utility functions are implemented with
only a ``.h`` file. Examples are the Pointer class or the MathVec functions.
LAMMPS class topology
---------------------
Class topology
--------------
Though LAMMPS has a lot of source files and classes, its class topology
is relative flat, as outlined in the :ref:`class-topology` figure. Each

View File

@ -1,6 +1,6 @@
LAMMPS utility functions
------------------------
Utility functions
-----------------
The ``utils`` sub-namespace inside the ``LAMMPS_NS`` namespace provides
a collection of convenience functions and utilities that perform common

View File

@ -1,5 +1,5 @@
Writing LAMMPS styles
---------------------
Writing new styles
------------------
The :doc:`Modify` section of the manual gives an overview of how LAMMPS can
be extended by writing new classes that derive from existing