Skip to content
Snippets Groups Projects
Commit 7ae09a4b authored by Oliver Sander's avatar Oliver Sander
Browse files

Merge branch 'cherry-pick-ad88bb32' into 'releases/2.5'

Merge branch 'feature/fix-pk3dlocalcoefficients-zero-order' into 'master'

See merge request !48
parents 762edc8b 5fd3d0d8
Branches
Tags v2.5.2rc1
No related merge requests found
......@@ -59,6 +59,11 @@ namespace Dune
void generate_local_keys(const unsigned int vertexmap[4])
{
if (k==0)
{
li[0] = LocalKey(0,0,0);
return;
}
unsigned int subindex[16];
unsigned int codim_count[4] = {0};
for (unsigned int m = 1; m < 16; ++m)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment