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
Dmitri Naumov
ogs
Commits
f2ca20ca
Commit
f2ca20ca
authored
10 years ago
by
Dmitri Naumov
Browse files
Options
Downloads
Patches
Plain Diff
Correct doxygen comments.
parent
30d5f397
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
FileIO/MPI_IO/NodePartitionedMeshReader.h
+11
-11
11 additions, 11 deletions
FileIO/MPI_IO/NodePartitionedMeshReader.h
with
11 additions
and
11 deletions
FileIO/MPI_IO/NodePartitionedMeshReader.h
+
11
−
11
View file @
f2ca20ca
...
@@ -67,17 +67,17 @@ class NodePartitionedMeshReader
...
@@ -67,17 +67,17 @@ class NodePartitionedMeshReader
struct
PartitionedMeshInfo
struct
PartitionedMeshInfo
{
{
long
nodes
;
//< 0: Number of all nodes of a partition,
long
nodes
;
//
/
< 0: Number of all nodes of a partition,
long
base_nodes
;
//< 1: Number of nodes for linear elements of a parition,
long
base_nodes
;
//
/
< 1: Number of nodes for linear elements of a parition,
long
regular_elements
;
//< 2: Number of non-ghost elements of a partition,
long
regular_elements
;
//
/
< 2: Number of non-ghost elements of a partition,
long
ghost_elements
;
//< 3: Number of ghost element of a partition,
long
ghost_elements
;
//
/
< 3: Number of ghost element of a partition,
long
active_base_nodes
;
//< 4: Number of active nodes for linear element of a parition,
long
active_base_nodes
;
//
/
< 4: Number of active nodes for linear element of a parition,
long
active_nodes
;
//< 5: Number of all active nodes a parition,
long
active_nodes
;
//
/
< 5: Number of all active nodes a parition,
long
global_base_nodes
;
//< 6: Number of nodes for linear element of global mesh,
long
global_base_nodes
;
//
/
< 6: Number of nodes for linear element of global mesh,
long
global_nodes
;
//< 7: Number of all nodes of global mesh,
long
global_nodes
;
//
/
< 7: Number of all nodes of global mesh,
long
offset
[
5
];
//< 8~12: Offsets of positions of partitions in the data arrays
long
offset
[
5
];
//
/
< 8~12: Offsets of positions of partitions in the data arrays
/// (only 8 and 9 are used for ascii input)
///
(only 8 and 9 are used for ascii input)
long
extra_flag
;
//< 13: Reserved for extra flag.
long
extra_flag
;
//
/
< 13: Reserved for extra flag.
std
::
size_t
size
()
const
{
return
14
;
}
std
::
size_t
size
()
const
{
return
14
;
}
long
*
data
()
{
return
&
nodes
;
}
long
*
data
()
{
return
&
nodes
;
}
...
...
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