Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
ddm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gmsh
ddm
Commits
8970b21a
Commit
8970b21a
authored
2 years ago
by
Anthony Royer
Browse files
Options
Downloads
Patches
Plain Diff
Avoid copyright confusion ;)
parent
80b10d78
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!26
Refactoring iterative interface solvers
Pipeline
#10237
passed
2 years ago
Stage: gmshfem
Stage: build
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/problem/Solvers.cpp
+9
-2
9 additions, 2 deletions
src/problem/Solvers.cpp
src/problem/Solvers.h
+2
-1
2 additions, 1 deletion
src/problem/Solvers.h
with
11 additions
and
3 deletions
src/problem/Solvers.cpp
+
9
−
2
View file @
8970b21a
// GmshDDM - Copyright (C) 2019-2022, A. Royer, C. Geuzaine, B. Martin, Université de Liège
// GmshDDM - Copyright (C) 2019-2021, A. Royer, C. Geuzaine, B. Martin, Université de Liège
// GmshDDM - Copyright (C) 2022, A. Royer, C. Geuzaine, B. Martin, Université de Liège
//
// See the LICENSE.txt file for license information. Please report all
// issues on https://gitlab.onelab.info/gmsh/ddm/issues
...
...
@@ -21,9 +22,12 @@
namespace
gmshddm
{
namespace
problem
{
// Instantiate the required templates
template
class
AbstractIterativeSolver
<
std
::
complex
<
double
>
>
;
template
class
AbstractIterativeSolver
<
std
::
complex
<
float
>
>
;
...
...
@@ -151,5 +155,8 @@ namespace gmshddm
return
this
->
_solverName
;
}
}
// namespace problem
}
// namespace gmshddm
This diff is collapsed.
Click to expand it.
src/problem/Solvers.h
+
2
−
1
View file @
8970b21a
// GmshDDM - Copyright (C) 2019-2022, A. Royer, C. Geuzaine, B. Martin, Université de Liège
// GmshDDM - Copyright (C) 2019-2021, A. Royer, C. Geuzaine, Université de Liège
// GmshDDM - Copyright (C) 2022, A. Royer, C. Geuzaine, B. Martin, Université de Liège
//
// See the LICENSE.txt file for license information. Please report all
// issues on https://gitlab.onelab.info/gmsh/ddm/issues
...
...
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