Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-phasefield
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Contributor analytics
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
Lars von Wolff
dune-phasefield
Commits
88a1be34
Commit
88a1be34
authored
4 years ago
by
Lars von Wolff
Browse files
Options
Downloads
Patches
Plain Diff
Added brdy for fff
parent
17a59a0a
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/phasefield/fff_chns.hh
+35
-0
35 additions, 0 deletions
dune/phasefield/fff_chns.hh
with
35 additions
and
0 deletions
dune/phasefield/fff_chns.hh
+
35
−
0
View file @
88a1be34
...
@@ -214,3 +214,38 @@ public:
...
@@ -214,3 +214,38 @@ public:
{
{
}
}
};
};
template
<
typename
BdryV1
,
typename
BdryV2
,
typename
BdryP
,
typename
BdryPhi
,
typename
BdryMu
,
typename
BdryPhi2
,
typename
BdryMu2
>
class
Bdry_fff_chns_r_compositeV_2d_Explicit_Domain
{
public:
BdryV1
bdryV1
;
BdryV2
bdryV2
;
BdryP
bdryP
;
BdryPhi
bdryPhi
;
BdryMu
bdryMu
;
BdryPhi2
bdryPhi2
;
BdryMu2
bdryMu2
;
typedef
Dune
::
PDELab
::
CompositeConstraintsParameters
<
BdryV1
,
BdryV2
>
BdryV
;
typedef
Dune
::
PDELab
::
CompositeConstraintsParameters
<
BdryV
,
BdryP
>
BdryNS
;
typedef
Dune
::
PDELab
::
CompositeConstraintsParameters
<
BdryPhi
,
BdryMu
,
BdryPhi2
,
BdryMu2
>
BdryCH
;
BdryV
bdryV
;
BdryNS
bdryNS
;
BdryCH
bdryCH
;
template
<
typename
DomainSize
>
Bdry_fff_chns_r_compositeV_2d_Explicit_Domain
(
DomainSize
ds
)
:
bdryV1
(
ds
),
bdryV2
(
ds
),
bdryP
(
ds
),
bdryPhi
(
ds
),
bdryMu
(
ds
),
bdryPhi2
(
ds
),
bdryMu2
(
ds
),
bdryV
(
bdryV1
,
bdryV2
),
bdryNS
(
bdryV
,
bdryP
),
bdryCH
(
bdryPhi
,
bdryMu
,
bdryPhi2
,
bdryMu2
)
{
}
};
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