mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
More minor doc fixes.
This commit is contained in:
parent
00e8606994
commit
3d382f8220
@ -40,8 +40,8 @@ namespace Opm
|
|||||||
/// (single-phase) time-of-flight using reordering.
|
/// (single-phase) time-of-flight using reordering.
|
||||||
/// The equation solved is:
|
/// The equation solved is:
|
||||||
/// \f[v \cdot \nabla\tau = \phi\f]
|
/// \f[v \cdot \nabla\tau = \phi\f]
|
||||||
/// where \f$ v \f$ is the fluid velocity, \f$ \tau \f$ is time-of-flight and
|
/// in which \f$ v \f$ is the fluid velocity, \f$ \tau \f$ is time-of-flight and
|
||||||
/// \f$ \phi \f$ is the porosity. This is a boundary value problem, where
|
/// \f$ \phi \f$ is the porosity. This is a boundary value problem, and
|
||||||
/// \f$ \tau \f$ is specified to be zero on all inflow boundaries.
|
/// \f$ \tau \f$ is specified to be zero on all inflow boundaries.
|
||||||
/// The user may specify the polynomial degree of the basis function space
|
/// The user may specify the polynomial degree of the basis function space
|
||||||
/// used, but only degrees 0 and 1 are supported so far.
|
/// used, but only degrees 0 and 1 are supported so far.
|
||||||
|
@ -30,7 +30,7 @@ namespace Opm
|
|||||||
/// Interface for implementing reordering solvers.
|
/// Interface for implementing reordering solvers.
|
||||||
/// A subclass must provide the solveSingleCell() and
|
/// A subclass must provide the solveSingleCell() and
|
||||||
/// solveMultiCell methods, and is expected to implement a solve()
|
/// solveMultiCell methods, and is expected to implement a solve()
|
||||||
/// method that will have an interface geared to the its own
|
/// method that will have an interface geared to its own
|
||||||
/// needs. (The solve() method is therefore not virtual in this
|
/// needs. (The solve() method is therefore not virtual in this
|
||||||
/// class.) The reorderAndTransport() method is provided as an aid
|
/// class.) The reorderAndTransport() method is provided as an aid
|
||||||
/// to implementing solve() in subclasses, together with the
|
/// to implementing solve() in subclasses, together with the
|
||||||
|
Loading…
Reference in New Issue
Block a user