Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Florian Maurin
xdmf
Commits
31e7744d
Commit
31e7744d
authored
Nov 04, 2020
by
Florian Maurin
Browse files
fix face of Tetrahedron_10 in XdmfTopologyType
parent
f5c5f92f
Changes
1
Hide whitespace changes
Inline
Side-by-side
XdmfTopologyType.cpp
View file @
31e7744d
...
...
@@ -212,7 +212,6 @@ shared_ptr<const XdmfTopologyType>
XdmfTopologyType
::
Tetrahedron_10
()
{
std
::
vector
<
shared_ptr
<
const
XdmfTopologyType
>
>
faces
;
faces
.
push_back
(
XdmfTopologyType
::
NoTopologyType
());
faces
.
push_back
(
XdmfTopologyType
::
Triangle_6
());
static
shared_ptr
<
const
XdmfTopologyType
>
p
(
new
XdmfTopologyType
(
10
,
4
,
faces
,
6
,
"Tetrahedron_10"
,
Quadratic
,
0x26
));
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment