Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-fufem
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
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
agnumpde
dune-fufem
Commits
51a8ec01
Commit
51a8ec01
authored
Aug 28, 2018
by
Jonathan Youett
Browse files
Options
Downloads
Patches
Plain Diff
Use more typedefs to improve readibility
parent
bca81446
No related branches found
No related tags found
No related merge requests found
Pipeline
#10679
failed
Aug 28, 2018
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/fufem/estimators/hierarchicestimatorbase.hh
+3
-7
3 additions, 7 deletions
dune/fufem/estimators/hierarchicestimatorbase.hh
with
3 additions
and
7 deletions
dune/fufem/estimators/hierarchicestimatorbase.hh
+
3
−
7
View file @
51a8ec01
...
...
@@ -32,8 +32,8 @@ public:
static
void
preconditionedDefectProblem
(
const
EnlargedGlobalBasis
&
enlargedGlobalBasis
,
const
Dune
::
BlockVector
<
FieldVectorType
>&
x
,
const
Dune
::
VirtualFunction
<
Dune
::
FieldVector
<
CType
,
dimworld
>
,
Dune
::
FieldVector
<
field_type
,
block_size
>
>*
volumeTerm
,
const
Dune
::
VirtualFunction
<
Dune
::
FieldVector
<
CType
,
dimworld
>
,
Dune
::
FieldVector
<
field_type
,
block_size
>
>*
neumannTerm
,
const
Dune
::
VirtualFunction
<
Dune
::
FieldVector
<
CType
,
dimworld
>
,
FieldVector
Type
>*
volumeTerm
,
const
Dune
::
VirtualFunction
<
Dune
::
FieldVector
<
CType
,
dimworld
>
,
FieldVector
Type
>*
neumannTerm
,
Dune
::
BlockVector
<
FieldVectorType
>&
residual
,
Dune
::
BDMatrix
<
BlockType
>&
matrix
,
LocalOperatorAssembler
<
Grid
,
Lfe
,
Lfe
,
BlockType
>*
localStiffness
)
...
...
@@ -68,7 +68,6 @@ public:
if
(
volumeTerm
)
{
// vector for the local rhs from the volume term
//Dune::BlockVector<Dune::FieldVector<field_type,block_size> > localVolumeVector(localBasis.size());
typename
L2FunctionalAssembler
<
Grid
,
EnlargedGlobalBasis
,
FieldVectorType
>::
LocalVector
localVolumeVector
(
localBasis
.
size
());
// assemble local rhs from the volume term
...
...
@@ -148,10 +147,7 @@ public:
*/
static
field_type
energyNormSquared
(
const
EnlargedGlobalBasis
&
enlargedGlobalBasis
,
const
Dune
::
BlockVector
<
FieldVectorType
>&
x
,
const
LocalOperatorAssembler
<
typename
GridView
::
Grid
,
typename
EnlargedGlobalBasis
::
LocalFiniteElement
,
typename
EnlargedGlobalBasis
::
LocalFiniteElement
,
BlockType
>&
localStiffness
)
{
const
LocalOperatorAssembler
<
Grid
,
Lfe
,
Lfe
,
BlockType
>&
localStiffness
)
{
const
GridView
&
gridView
=
enlargedGlobalBasis
.
getGridView
();
...
...
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