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
fa6c7b02
Commit
fa6c7b02
authored
Mar 27, 2018
by
Jonathan Youett
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup typedefs a bit
parent
621c2a12
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
dune/fufem/assemblers/localassemblers/geomexactstvenantkirchhoffoperatorassembler.hh
+11
-8
11 additions, 8 deletions
...assemblers/geomexactstvenantkirchhoffoperatorassembler.hh
with
11 additions
and
8 deletions
dune/fufem/assemblers/localassemblers/geomexactstvenantkirchhoffoperatorassembler.hh
+
11
−
8
View file @
fa6c7b02
...
...
@@ -45,16 +45,19 @@ class GeomExactStVenantKirchhoffOperatorAssembler
static
const
int
dim
=
GridType
::
dimension
;
typedef
typename
GridType
::
ctype
ctype
;
using
field_type
=
typename
AnsatzLocalFE
::
Traits
::
LocalBasisType
::
Traits
::
RangeFieldType
;
typedef
Dune
::
VirtualFunction
<
Dune
::
FieldVector
<
ctype
,
dim
>
,
Dune
::
FieldVector
<
c
type
,
dim
>
>
Function
;
typedef
Dune
::
VirtualFunction
<
Dune
::
FieldVector
<
ctype
,
dim
>
,
Dune
::
FieldVector
<
field_
type
,
dim
>
>
Function
;
typedef
VirtualGridFunction
<
GridType
,
Dune
::
FieldVector
<
ctype
,
dim
>
>
GridFunction
;
public:
typedef
typename
Dune
::
FieldMatrix
<
ctype
,
dim
,
dim
>
T
;
typedef
Dune
::
FieldMatrix
<
field_type
,
dim
,
dim
>
T
;
using
Base
=
LocalOperatorAssembler
<
GridType
,
TrialLocalFE
,
AnsatzLocalFE
,
T
>
;
typedef
typename
LocalOperatorAssembler
<
GridType
,
TrialLocalFE
,
AnsatzLocalFE
,
T
>::
Element
Element
;
typedef
typename
LocalOperatorAssembler
<
GridType
,
TrialLocalFE
,
AnsatzLocalFE
,
T
>::
BoolMatrix
BoolMatrix
;
typedef
typename
LocalOperatorAssembler
<
GridType
,
TrialLocalFE
,
AnsatzLocalFE
,
T
>::
LocalMatrix
LocalMatrix
;
public:
using
MatrixEntry
=
typename
Base
::
MatrixEntry
;
using
Element
=
typename
Base
::
Element
;
using
BoolMatrix
=
typename
Base
::
BoolMatrix
;
using
LocalMatrix
=
typename
Base
::
LocalMatrix
;
GeomExactStVenantKirchhoffOperatorAssembler
(
ctype
E
,
ctype
nu
,
std
::
shared_ptr
<
GridFunction
>
configuration
)
:
E_
(
E
),
nu_
(
nu
),
configuration_
(
configuration
)
...
...
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