Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Nektar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Castiglioni
Nektar
Commits
fe904255
Commit
fe904255
authored
2 years ago
by
Spencer Sherwin
Browse files
Options
Downloads
Patches
Plain Diff
Updated for override statemetns again!
parent
f45a69dd
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
library/SolverUtils/Diffusion/DiffusionIP.h
+3
-3
3 additions, 3 deletions
library/SolverUtils/Diffusion/DiffusionIP.h
solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.h
+1
-1
1 addition, 1 deletion
.../CompressibleFlowSolver/EquationSystems/NavierStokesCFE.h
with
4 additions
and
4 deletions
library/SolverUtils/Diffusion/DiffusionIP.h
+
3
−
3
View file @
fe904255
...
...
@@ -194,7 +194,7 @@ protected:
const
Array
<
OneD
,
Array
<
OneD
,
NekDouble
>>
&
pFwd
,
const
Array
<
OneD
,
Array
<
OneD
,
NekDouble
>>
&
pBwd
,
TensorOfArray3D
<
NekDouble
>
&
qfield
,
Array
<
OneD
,
int
>
&
nonZeroIndex
);
Array
<
OneD
,
int
>
&
nonZeroIndex
)
override
;
virtual
void
v_DiffuseVolumeFlux
(
const
Array
<
OneD
,
MultiRegions
::
ExpListSharedPtr
>
&
fields
,
...
...
@@ -211,7 +211,7 @@ protected:
Array
<
OneD
,
Array
<
OneD
,
NekDouble
>>
&
TraceFlux
,
const
Array
<
OneD
,
Array
<
OneD
,
NekDouble
>>
&
pFwd
,
const
Array
<
OneD
,
Array
<
OneD
,
NekDouble
>>
&
pBwd
,
Array
<
OneD
,
int
>
&
nonZeroIndex
);
Array
<
OneD
,
int
>
&
nonZeroIndex
)
override
;
void
v_DiffuseTraceFlux
(
const
int
nConvectiveFields
,
...
...
@@ -226,7 +226,7 @@ protected:
const
Array
<
OneD
,
NekDouble
>
&
MuAVTrace
,
Array
<
OneD
,
int
>
&
nonZeroIndex
,
const
Array
<
OneD
,
Array
<
OneD
,
NekDouble
>>
&
Aver
,
const
Array
<
OneD
,
Array
<
OneD
,
NekDouble
>>
&
Jump
)
override
;
const
Array
<
OneD
,
Array
<
OneD
,
NekDouble
>>
&
Jump
);
virtual
void
v_AddDiffusionSymmFluxToCoeff
(
const
std
::
size_t
nConvectiveFields
,
...
...
This diff is collapsed.
Click to expand it.
solvers/CompressibleFlowSolver/EquationSystems/NavierStokesCFE.h
+
1
−
1
View file @
fe904255
...
...
@@ -128,7 +128,7 @@ namespace Nektar
void
InitObject_Explicit
();
virtual
void
v_InitObject
();
virtual
void
v_InitObject
()
override
;
virtual
void
v_DoDiffusion
(
const
Array
<
OneD
,
Array
<
OneD
,
NekDouble
>>
&
inarray
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment