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
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Container Registry
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
podlesny
dune-tectonic
Commits
06c295a1
Commit
06c295a1
authored
12 years ago
by
Elias Pipping
Committed by
Elias Pipping
12 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Pass headercheck
parent
24dd4052
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/enums.hh
+4
-0
4 additions, 0 deletions
src/enums.hh
src/test-gradient-method-helper.hh
+4
-0
4 additions, 0 deletions
src/test-gradient-method-helper.hh
src/test-gradient-method-nicefunction.hh
+6
-0
6 additions, 0 deletions
src/test-gradient-method-nicefunction.hh
with
14 additions
and
0 deletions
src/enums.hh
+
4
−
0
View file @
06c295a1
#ifndef ENUMS_HH
#define ENUMS_HH
struct
Config
{
enum
model
{
Laursen
,
...
...
@@ -8,3 +11,4 @@ struct Config {
Ruina
};
};
#endif
This diff is collapsed.
Click to expand it.
src/test-gradient-method-helper.hh
+
4
−
0
View file @
06c295a1
#ifndef TEST_GRADIENT_METHOD_HELPER_HH
#define TEST_GRADIENT_METHOD_HELPER_HH
#include
<boost/format.hpp>
#include
<dune/tnnmg/problem-classes/bisection.hh>
...
...
@@ -21,3 +24,4 @@ double functionTester(Dune::SampleFunctional<dim> J,
std
::
cout
<<
boost
::
format
(
"%8g -> %e"
)
%
original
%
final
<<
std
::
endl
;
return
final
;
}
#endif
This diff is collapsed.
Click to expand it.
src/test-gradient-method-nicefunction.hh
+
6
−
0
View file @
06c295a1
#ifndef TEST_GRADIENT_METHOD_NICEFUNCTION_HH
#define TEST_GRADIENT_METHOD_NICEFUNCTION_HH
#include
<cassert>
#include
<dune/tectonic/nicefunction.hh>
namespace
Dune
{
...
...
@@ -113,3 +118,4 @@ class HorribleFunctionLogarithmic : public MyFunction {
}
};
}
#endif
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