Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-tectonic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
agnumpde
dune-tectonic
Commits
6ef28dfe
Commit
6ef28dfe
authored
13 years ago
by
Elias Pipping
Committed by
Elias Pipping
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Remove default arguments from SF::minimise()
parent
09b9f8fd
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/tectonic/samplefunctional.hh
+1
-10
1 addition, 10 deletions
dune/tectonic/samplefunctional.hh
with
1 addition
and
10 deletions
dune/tectonic/samplefunctional.hh
+
1
−
10
View file @
6ef28dfe
...
...
@@ -132,16 +132,7 @@ template <int dim> class SampleFunctional {
template
<
class
Functional
>
void
minimise
(
Functional
const
J
,
typename
Functional
::
SmallVector
&
x
,
size_t
steps
=
1
,
Bisection
const
&
bisection
=
Bisection
(
0.0
,
// acceptError: Stop if the search interval has
// become smaller than this number
1.0
,
// acceptFactor: ?
1e-12
,
// requiredResidual: ?
true
,
// fastQuadratic
0
))
// safety: acceptance factor for inexact
// minimization
{
size_t
steps
,
Bisection
const
&
bisection
)
{
typedef
typename
Functional
::
SmallVector
SmallVector
;
for
(
size_t
step
=
0
;
step
<
steps
;
++
step
)
{
...
...
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