Skip to content
Snippets Groups Projects
Commit c4aff4be authored by oliver.sander_at_tu-dresden.de's avatar oliver.sander_at_tu-dresden.de
Browse files

Rename BDM prebasis from 'bdm' to 'brezziDouglasMarini'

In an attempt to get towards a meaningful naming scheme.
The new name is the name of the global basis without the
'Basis' suffix and with a lower-case first letter.
parent 20f9e7b8
Branches
No related tags found
No related merge requests found
...@@ -409,7 +409,7 @@ public: ...@@ -409,7 +409,7 @@ public:
} // end namespace BasisBuilder::Imp } // end namespace BasisBuilder::Imp
template<std::size_t k, GeometryType::BasicType basic_type> template<std::size_t k, GeometryType::BasicType basic_type>
Imp::BrezziDouglasMariniPreBasisFactory<k, basic_type> bdm() Imp::BrezziDouglasMariniPreBasisFactory<k, basic_type> brezziDouglasMarini()
{ {
return{}; return{};
} }
......
...@@ -43,7 +43,7 @@ int main (int argc, char* argv[]) ...@@ -43,7 +43,7 @@ int main (int argc, char* argv[])
// check RaviartThomasBasis created using basis builder mechanism // check RaviartThomasBasis created using basis builder mechanism
{ {
using namespace Functions::BasisBuilder; using namespace Functions::BasisBuilder;
auto basis = makeBasis(grid.leafGridView(), bdm<1, GeometryType::BasicType::cube>()); auto basis = makeBasis(grid.leafGridView(), brezziDouglasMarini<1, GeometryType::BasicType::cube>());
test.subTest(checkBasis(basis)); test.subTest(checkBasis(basis));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment