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
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
Package Registry
Container Registry
Model registry
Operate
Terraform modules
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
Leilei Ji
Nektar
Commits
0400cd88
Commit
0400cd88
authored
2 years ago
by
Jacques Xing
Committed by
Dave Moxey
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove redundant functors typedef
parent
e7eb4f43
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+1
-0
1 addition, 0 deletions
CHANGELOG.md
library/LibUtilities/TimeIntegration/TimeIntegrationTypes.hpp
+0
-7
0 additions, 7 deletions
...ary/LibUtilities/TimeIntegration/TimeIntegrationTypes.hpp
with
1 addition
and
7 deletions
CHANGELOG.md
+
1
−
0
View file @
0400cd88
...
...
@@ -51,6 +51,7 @@ v5.3.0
-
Fix TimeIntegrationDemo.cpp and add ESDIRK tst files to the CI (!1485)
-
Add DIRKOrder1, BDFImplicitOrder3, BDFImplicitOrder4, RungeKutta1, and RungeKutta3 schemes to the register (!1485)
-
Use DIRK (instead of IMEXdirk) schemes for the start-up phase of high-order BDF and AM schemes (!1485).
-
Remove redundant functor typedef (!1498)
**Python**
-
Add wrappers for Interpreter and Equation classes (!1329)
...
...
This diff is collapsed.
Click to expand it.
library/LibUtilities/TimeIntegration/TimeIntegrationTypes.hpp
+
0
−
7
View file @
0400cd88
...
...
@@ -61,13 +61,6 @@ typedef const AT< const std::complex<NekDouble>> ConstComplexSingleArray;
typedef
AT
<
std
::
complex
<
NekDouble
>>
ComplexSingleArray
;
// clang-format on
// Functors
typedef
std
::
function
<
void
(
ConstDoubleArray
&
,
DoubleArray
&
,
const
NekDouble
)
>
FunctorType1
;
typedef
std
::
function
<
void
(
ConstDoubleArray
&
,
DoubleArray
&
,
const
NekDouble
,
const
NekDouble
)
>
FunctorType2
;
// Shared pointers
class
TimeIntegrationScheme
;
...
...
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