Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
amdis
amdis-core
Commits
90ae23e0
Commit
90ae23e0
authored
Jun 12, 2019
by
Praetorius, Simon
Browse files
Merge branch 'issue/coefficient_type_default_basis' into 'master'
add coefficient type to DefaultProblemTraits See merge request
!69
parents
f6b03197
e6e1fd55
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/ProblemStatTraits.hpp
View file @
90ae23e0
...
...
@@ -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
;
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment