Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gfe
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sander, Oliver
dune-gfe
Commits
79e8131c
Commit
79e8131c
authored
11 years ago
by
Oliver Sander
Committed by
sander
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove trailing whitespace
[[Imported from SVN: r9428]]
parent
2f81ce9a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/gfe/riemanniantrsolver.hh
+6
-6
6 additions, 6 deletions
dune/gfe/riemanniantrsolver.hh
with
6 additions
and
6 deletions
dune/gfe/riemanniantrsolver.hh
+
6
−
6
View file @
79e8131c
...
...
@@ -21,10 +21,10 @@
/** \brief Riemannian trust-region solver for geodesic finite-element problems */
template
<
class
GridType
,
class
TargetSpace
>
class
RiemannianTrustRegionSolver
class
RiemannianTrustRegionSolver
:
public
IterativeSolver
<
std
::
vector
<
TargetSpace
>
,
Dune
::
BitSetVector
<
TargetSpace
::
TangentVector
::
dimension
>
>
{
{
const
static
int
blocksize
=
TargetSpace
::
TangentVector
::
dimension
;
const
static
int
gridDim
=
GridType
::
dimension
;
...
...
@@ -53,7 +53,7 @@ public:
{}
/** \brief Set up the solver using a monotone multigrid method as the inner solver */
void
setup
(
const
GridType
&
grid
,
void
setup
(
const
GridType
&
grid
,
const
GeodesicFEAssembler
<
BasisType
,
TargetSpace
>*
assembler
,
const
SolutionType
&
x
,
const
Dune
::
BitSetVector
<
blocksize
>&
dirichletNodes
,
...
...
@@ -62,13 +62,13 @@ public:
double
initialTrustRegionRadius
,
int
multigridIterations
,
double
mgTolerance
,
int
mu
,
int
mu
,
int
nu1
,
int
nu2
,
int
baseIterations
,
double
baseTolerance
,
bool
instrumented
);
void
setIgnoreNodes
(
const
Dune
::
BitSetVector
<
blocksize
>&
ignoreNodes
)
{
ignoreNodes_
=
&
ignoreNodes
;
...
...
@@ -123,7 +123,7 @@ protected:
/** \brief The norm used to measure multigrid convergence */
H1SemiNorm
<
CorrectionType
>*
h1SemiNorm_
;
/** \brief If set to true we log convergence speed and other stuff */
bool
instrumented_
;
...
...
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