Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Özgür Ozan Sen
ogs
Commits
ae949485
Commit
ae949485
authored
9 years ago
by
wenqing
Browse files
Options
Downloads
Patches
Plain Diff
[AssmLib] Split some long comment lines.
parent
8e2e11ab
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
AssemblerLib/MeshComponentMap.cpp
+6
-4
6 additions, 4 deletions
AssemblerLib/MeshComponentMap.cpp
with
6 additions
and
4 deletions
AssemblerLib/MeshComponentMap.cpp
+
6
−
4
View file @
ae949485
...
...
@@ -60,7 +60,8 @@ MeshComponentMap::MeshComponentMap(
comp_id
,
signed_global_id
)
);
}
// Note: If the cells are really used (e.g. for the mixed FEM), the following global cell index must be reconsidered
// Note: If the cells are really used (e.g. for the mixed FEM),
// the following global cell index must be reconsidered
// according to the employed cell indexing method.
for
(
std
::
size_t
j
=
0
;
j
<
mesh_subset
.
getNElements
();
j
++
)
_dict
.
insert
(
Line
(
Location
(
mesh_id
,
MeshLib
::
MeshItemType
::
Cell
,
j
),
...
...
@@ -79,13 +80,14 @@ MeshComponentMap::MeshComponentMap(
comp_id
,
signed_global_id
)
);
}
// Note: If the cells are really used (e.g. for the mixed FEM), the following global cell index must be reconsidered
// Note: If the cells are really used (e.g. for the mixed FEM),
// the following global cell index must be reconsidered
// according to the employed cell indexing method.
for
(
std
::
size_t
j
=
0
;
j
<
mesh_subset
.
getNElements
();
j
++
)
_dict
.
insert
(
Line
(
Location
(
mesh_id
,
MeshLib
::
MeshItemType
::
Cell
,
j
),
comp_id
,
cell_index
++
));
global_index_offset
+=
mesh
.
getNGlobalNodes
();
// Include base nodes. Should be considered again for a general case.
// Include base nodes.
global_index_offset
+=
mesh
.
getNGlobalNodes
();
}
_num_global_dof
+=
mesh
.
getNGlobalNodes
();
...
...
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