Fixing mistakes in doc pages
This commit is contained in:
@ -146,13 +146,13 @@ m to :math:`M` (inclusive). A middle asterisk means all types from m to n
|
||||
Output info
|
||||
"""""""""""
|
||||
|
||||
This compute calculates a local vector of doubles and a scalar. The vector
|
||||
stores the unique components of the first requested tensor in the order
|
||||
:math:`xx`, :math:`yy`, :math:`zz`, :math:`xy`, :math:`xz`, :math:`yz`
|
||||
followed by the same components for all subsequent tensors.
|
||||
This compute calculates a global vector of doubles and a global scalar. The
|
||||
vector stores the unique components of the first requested tensor in the
|
||||
order :math:`xx`, :math:`yy`, :math:`zz`, :math:`xy`, :math:`xz`,
|
||||
:math:`yz` followed by the same components for all subsequent tensors.
|
||||
The length of the vector is therefore six times the number of requested
|
||||
tensors. The scalar output is the number of pairwise interactions included in
|
||||
the calculation of the fabric tensor.
|
||||
tensors. The scalar output is the number of pairwise interactions included
|
||||
in the calculation of the fabric tensor.
|
||||
|
||||
Restrictions
|
||||
""""""""""""
|
||||
|
||||
@ -736,7 +736,7 @@ or
|
||||
|
||||
.. math::
|
||||
|
||||
E_{eff,ij} = \frac{E_{ij}}{2(1-\nu_{ij})}
|
||||
E_{eff,ij} = \frac{E_{ij}}{2(1-\nu_{ij}^2)}
|
||||
|
||||
These pair styles write their information to :doc:`binary restart files <restart>`, so a pair_style command does not need to be
|
||||
specified in an input script that reads a restart file.
|
||||
|
||||
Reference in New Issue
Block a user