Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
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
Development
openfoam
Commits
cff9c7b6
Commit
cff9c7b6
authored
1 year ago
by
Andrew Heather
Browse files
Options
Downloads
Patches
Plain Diff
ENH: singleCellFvMesh - added access to patchFaceAgglomeration
parent
ef476621
No related branches found
No related tags found
Loading
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.H
+8
-1
8 additions, 1 deletion
src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.H
with
8 additions
and
1 deletion
src/finiteVolume/fvMesh/singleCellFvMesh/singleCellFvMesh.H
+
8
−
1
View file @
cff9c7b6
...
@@ -29,7 +29,7 @@ Class
...
@@ -29,7 +29,7 @@ Class
Description
Description
fvMesh as subset of other mesh. Consists of one cell and all original
fvMesh as subset of other mesh. Consists of one cell and all original
bounday faces. Useful when manipulating boundary data. Single internal
bounda
r
y faces. Useful when manipulating boundary data. Single internal
cell only needed to be able to manipulate in a standard way.
cell only needed to be able to manipulate in a standard way.
SourceFiles
SourceFiles
...
@@ -60,6 +60,7 @@ class singleCellFvMesh
...
@@ -60,6 +60,7 @@ class singleCellFvMesh
{
{
// Private Data
// Private Data
//- Fine patch face to agglomeration index addressing
const
labelListIOList
patchFaceAgglomeration_
;
const
labelListIOList
patchFaceAgglomeration_
;
//- From patch faces back to agglomeration or fine mesh
//- From patch faces back to agglomeration or fine mesh
...
@@ -184,6 +185,12 @@ public:
...
@@ -184,6 +185,12 @@ public:
return
!
patchFaceAgglomeration_
.
empty
();
return
!
patchFaceAgglomeration_
.
empty
();
}
}
//- Fine patch face to agglomeration index addressing
const
labelListList
&
patchFaceAgglomeration
()
const
noexcept
{
return
patchFaceAgglomeration_
;
}
//- From patchFace on this back to original mesh or agglomeration
//- From patchFace on this back to original mesh or agglomeration
const
labelListList
&
patchFaceMap
()
const
noexcept
const
labelListList
&
patchFaceMap
()
const
noexcept
{
{
...
...
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