Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
yezhigangzju
ogs
Commits
2becc837
Commit
2becc837
authored
Nov 21, 2020
by
renchao.lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PL/CT] Add postTimeStepConcrete.
parent
c5cce237
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ProcessLib/ComponentTransport/ComponentTransportFEM.h
ProcessLib/ComponentTransport/ComponentTransportFEM.h
+5
-0
ProcessLib/LocalAssemblerInterface.h
ProcessLib/LocalAssemblerInterface.h
+1
-1
No files found.
ProcessLib/ComponentTransport/ComponentTransportFEM.h
View file @
2becc837
...
...
@@ -974,6 +974,11 @@ public:
ele_velocity_mat
.
rowwise
().
sum
()
/
n_integration_points
;
}
void
postTimestepConcrete
(
Eigen
::
VectorXd
const
&
/*local_x*/
,
double
const
/*t*/
,
double
const
/*dt*/
)
override
{
}
private:
MeshLib
::
Element
const
&
_element
;
ComponentTransportProcessData
const
&
_process_data
;
...
...
ProcessLib/LocalAssemblerInterface.h
View file @
2becc837
...
...
@@ -141,7 +141,7 @@ private:
{
}
virtual
void
postTimestepConcrete
(
std
::
v
ector
<
double
>
const
&
/*local_x*/
,
virtual
void
postTimestepConcrete
(
Eigen
::
V
ector
Xd
const
&
/*local_x*/
,
double
const
/*t*/
,
double
const
/*dt*/
)
{
}
...
...
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