Renamed class DGBasis -> DGBasisBoundedTotalDegree.
This commit is contained in:
parent
6e716db0f9
commit
a2f2fcdfbb
@ -37,8 +37,9 @@ namespace Opm
|
||||
|
||||
|
||||
|
||||
/// A class providing discontinuous Galerkin basis functions.
|
||||
struct DGBasis
|
||||
/// A class providing discontinuous Galerkin basis functions
|
||||
/// of bounded total degree.
|
||||
struct DGBasisBoundedTotalDegree
|
||||
{
|
||||
static int numBasisFunc(const int dimensions,
|
||||
const int degree)
|
||||
@ -117,6 +118,8 @@ namespace Opm
|
||||
|
||||
|
||||
|
||||
typedef DGBasisBoundedTotalDegree DGBasis;
|
||||
// typedef DGBasisMultilin DGBasis;
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user