Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kirill Terekhov
INMOST
Commits
fd1db33d
Commit
fd1db33d
authored
Oct 10, 2016
by
ahmadabushaikha
Browse files
Fix for MHFE
parent
0d6da2b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Examples/ADMFD/main.cpp
View file @
fd1db33d
...
...
@@ -201,7 +201,7 @@ int main(int argc,char ** argv)
int
NF
=
(
int
)
faces
.
size
();
//number of faces;
rMatrix
W
(
NF
,
NF
);
if
(
cell
->
Get
Element
Type
()
==
Element
::
Tet
&&
rt0
)
// RT0 consturction of W matrix
if
(
cell
->
Get
Geometric
Type
()
==
Element
::
Tet
&&
rt0
)
// RT0 consturction of W matrix
{
double
V
=
cell
.
Volume
();
double
dN
[
12
];
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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