Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-uggrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
staging
dune-uggrid
Commits
c4b8844f
Commit
c4b8844f
authored
13 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
define and initialize edge communication interfaces also for 2D
[[Imported from SVN: r8400]]
parent
bb4140a3
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
parallel/dddif/initddd.c
+1
-4
1 addition, 4 deletions
parallel/dddif/initddd.c
with
1 addition
and
4 deletions
parallel/dddif/initddd.c
+
1
−
4
View file @
c4b8844f
...
...
@@ -124,10 +124,9 @@ DDD_IF NS_DIM_PREFIX BorderVectorIF, NS_DIM_PREFIX BorderVectorSymmIF,
NS_DIM_PREFIX
OuterVectorIF
,
NS_DIM_PREFIX
OuterVectorSymmIF
,
NS_DIM_PREFIX
VectorVIF
,
NS_DIM_PREFIX
VectorVAllIF
,
NS_DIM_PREFIX
VectorIF
;
static
DDD_IF
VertexIF
;
#ifdef __THREEDIM__
/* DDD interfaces for edge communication */
DDD_IF
NS_DIM_PREFIX
EdgeIF
,
NS_DIM_PREFIX
BorderEdgeSymmIF
,
NS_DIM_PREFIX
EdgeHIF
,
NS_DIM_PREFIX
EdgeVHIF
,
NS_DIM_PREFIX
EdgeSymmVHIF
;
#endif
...
...
@@ -805,7 +804,6 @@ static void ddd_IfInit (void)
/* define edge interfaces */
#ifdef __THREEDIM__
O
[
0
]
=
TypeEdge
;
A
[
0
]
=
PrioMaster
;
...
...
@@ -833,7 +831,6 @@ static void ddd_IfInit (void)
EdgeSymmVHIF
=
DDD_IFDefine
(
1
,
O
,
5
,
A
,
5
,
B
);
DDD_IFSetName
(
EdgeSymmVHIF
,
"EdgeSymmVHIF: Master/Border/VGhost/HGhost/VHGhost"
);
#endif
}
...
...
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