Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
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
amdis
amdis-core
Commits
e6e1fd55
Commit
e6e1fd55
authored
5 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
add coefficient type to DefaultProblemTraits
parent
818b7a19
Branches
Branches containing commit
No related tags found
1 merge request
!69
add coefficient type to DefaultProblemTraits
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/amdis/ProblemStatTraits.hpp
+2
-1
2 additions, 1 deletion
src/amdis/ProblemStatTraits.hpp
with
2 additions
and
1 deletion
src/amdis/ProblemStatTraits.hpp
+
2
−
1
View file @
e6e1fd55
...
...
@@ -57,10 +57,11 @@ namespace AMDiS
}
// end namespace Impl
/// An Exemplar for ProblemStatTraits
template
<
class
GlobalBasisType
>
template
<
class
GlobalBasisType
,
class
T
=
double
>
struct
DefaultProblemTraits
{
using
GlobalBasis
=
GlobalBasisType
;
using
CoefficientType
=
T
;
};
...
...
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