mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
replace a few now-incorrect "Vcfv" prefixes in the comments
This commit is contained in:
@@ -147,7 +147,7 @@ SET_SCALAR_PROP(FractureProblem, InitialTimeStepSize, 100);
|
||||
|
||||
namespace Ewoms {
|
||||
/*!
|
||||
* \ingroup VcfvTestProblems
|
||||
* \ingroup TestProblems
|
||||
*
|
||||
* \brief Two-phase problem which involves fractures
|
||||
*
|
||||
@@ -264,7 +264,7 @@ public:
|
||||
//! \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::name
|
||||
* \copydoc FvBaseProblem::name
|
||||
*/
|
||||
std::string name() const
|
||||
{
|
||||
@@ -410,7 +410,7 @@ public:
|
||||
// \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::boundary
|
||||
* \copydoc FvBaseProblem::boundary
|
||||
*/
|
||||
template <class Context>
|
||||
void boundary(BoundaryRateVector &values, const Context &context,
|
||||
@@ -448,7 +448,7 @@ public:
|
||||
// \{
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::constraints
|
||||
* \copydoc FvBaseProblem::constraints
|
||||
*/
|
||||
template <class Context>
|
||||
void constraints(Constraints &constraints, const Context &context,
|
||||
@@ -494,7 +494,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::initial
|
||||
* \copydoc FvBaseProblem::initial
|
||||
*/
|
||||
template <class Context>
|
||||
void initial(PrimaryVariables &values, const Context &context, int spaceIdx,
|
||||
@@ -513,7 +513,7 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::source
|
||||
* \copydoc FvBaseProblem::source
|
||||
*
|
||||
* For this problem, the source term of all components is 0
|
||||
* everywhere.
|
||||
|
||||
Reference in New Issue
Block a user