Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
ag-ohlberger
dune-community
dune-gdt
Commits
f50e1e31
Commit
f50e1e31
authored
8 years ago
by
Tobias Leibner
Browse files
Options
Downloads
Patches
Plain Diff
[local.fluxes.rhs] rename to CheckerboardBasedRhsEvaluationFlux
parent
b8c63687
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/gdt/local/fluxes/rhs.hh
+5
-5
5 additions, 5 deletions
dune/gdt/local/fluxes/rhs.hh
with
5 additions
and
5 deletions
dune/gdt/local/fluxes/rhs.hh
+
5
−
5
View file @
f50e1e31
...
@@ -21,10 +21,10 @@ namespace GDT {
...
@@ -21,10 +21,10 @@ namespace GDT {
* TODO: static_assert for CheckerboardFunctionImp
* TODO: static_assert for CheckerboardFunctionImp
* */
* */
template
<
class
CheckerboardFunctionImp
,
class
E
,
class
D
,
size_t
d
,
class
R
,
size_t
r
,
size_t
rC
=
1
>
template
<
class
CheckerboardFunctionImp
,
class
E
,
class
D
,
size_t
d
,
class
R
,
size_t
r
,
size_t
rC
=
1
>
class
CheckerboardBasedRhsEvaluationFlux
Interface
:
public
RhsEvaluationFluxInterface
<
E
,
D
,
d
,
R
,
r
,
rC
>
class
CheckerboardBasedRhsEvaluationFlux
:
public
RhsEvaluationFluxInterface
<
E
,
D
,
d
,
R
,
r
,
rC
>
{
{
typedef
RhsEvaluationFluxInterface
<
E
,
D
,
d
,
R
,
r
,
rC
>
BaseType
;
typedef
RhsEvaluationFluxInterface
<
E
,
D
,
d
,
R
,
r
,
rC
>
BaseType
;
typedef
CheckerboardBasedRhsEvaluationFlux
Interface
<
CheckerboardFunctionImp
,
E
,
D
,
d
,
R
,
r
,
rC
>
ThisType
;
typedef
CheckerboardBasedRhsEvaluationFlux
<
CheckerboardFunctionImp
,
E
,
D
,
d
,
R
,
r
,
rC
>
ThisType
;
public:
public:
// function q(u,x) for fixed x, i.e. only dependent on u
// function q(u,x) for fixed x, i.e. only dependent on u
...
@@ -32,7 +32,7 @@ public:
...
@@ -32,7 +32,7 @@ public:
using
typename
BaseType
::
RangeType
;
using
typename
BaseType
::
RangeType
;
using
typename
BaseType
::
DomainType
;
using
typename
BaseType
::
DomainType
;
CheckerboardBasedRhsEvaluationFlux
Interface
(
const
CheckerboardFunctionType
&
checkerboard_function
)
CheckerboardBasedRhsEvaluationFlux
(
const
CheckerboardFunctionType
&
checkerboard_function
)
:
checkerboard_function_
(
checkerboard_function
)
:
checkerboard_function_
(
checkerboard_function
)
{
{
}
}
...
@@ -45,7 +45,7 @@ public:
...
@@ -45,7 +45,7 @@ public:
static
std
::
string
static_id
()
static
std
::
string
static_id
()
{
{
return
"gdt.CheckerboardBasedRhsEvaluationFlux
Interface
"
;
return
"gdt.CheckerboardBasedRhsEvaluationFlux"
;
}
}
static
std
::
unique_ptr
<
ThisType
>
create
(
const
Dune
::
Stuff
::
Common
::
Configuration
checkerboard_config
,
static
std
::
unique_ptr
<
ThisType
>
create
(
const
Dune
::
Stuff
::
Common
::
Configuration
checkerboard_config
,
...
@@ -56,7 +56,7 @@ public:
...
@@ -56,7 +56,7 @@ public:
private
:
private
:
const
CheckerboardFunctionType
checkerboard_function_
;
const
CheckerboardFunctionType
checkerboard_function_
;
};
// class CheckerboardBasedRhsEvaluationFlux
Interface
...
};
// class CheckerboardBasedRhsEvaluationFlux
<
...
>
}
// namespace GDT
}
// namespace GDT
...
...
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