Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Boyan Meng
ogs_Github
Commits
7f785883
Commit
7f785883
authored
Nov 15, 2019
by
Boyan Meng
Browse files
fix error in the use of eigen::map
parent
f0027f36
Changes
1
Hide whitespace changes
Inline
Side-by-side
ProcessLib/HeatTransportBHE/LocalAssemblers/HeatTransportBHELocalAssemblerSoil-impl.h
View file @
7f785883
...
...
@@ -139,7 +139,7 @@ void HeatTransportBHELocalAssemblerSoil<ShapeFunction, IntegrationMethod>::
.
property
(
MaterialPropertyLib
::
PropertyType
::
phase_velocity
)
.
value
(
vars
,
pos
,
t
);
auto
const
velocity
=
Eigen
::
Map
<
Eigen
::
Vector3d
const
>
(
std
::
get
<
MaterialPropertyLib
::
Vector
>
(
velocity_arr
).
data
()
,
1
,
3
);
std
::
get
<
MaterialPropertyLib
::
Vector
>
(
velocity_arr
).
data
());
// calculate the hydrodynamic thermodispersion tensor
auto
const
thermal_conductivity
=
...
...
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