Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
integration-cfmesh
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Community
integration-cfmesh
Commits
8eee870f
Commit
8eee870f
authored
Dec 13, 2017
by
Mark Olesen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
STYLE: minor doxygen adjustments
parent
a426a16a
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
16 additions
and
16 deletions
+16
-16
meshLibrary/utilities/containers/VRWGraph/VRWGraph.H
meshLibrary/utilities/containers/VRWGraph/VRWGraph.H
+1
-1
meshLibrary/utilities/containers/graphRow/graphConstRow.H
meshLibrary/utilities/containers/graphRow/graphConstRow.H
+1
-1
meshLibrary/utilities/dataConversion/foamToFPMA/fpmaMesh.H
meshLibrary/utilities/dataConversion/foamToFPMA/fpmaMesh.H
+2
-1
meshLibrary/utilities/decomposeCells/decomposeCells.H
meshLibrary/utilities/decomposeCells/decomposeCells.H
+4
-2
meshLibrary/utilities/helperClasses/parallelHelpers/labelledScalar/labelledScalar.H
...erClasses/parallelHelpers/labelledScalar/labelledScalar.H
+1
-3
meshLibrary/utilities/helperClasses/parallelHelpers/meshOctreeCubeCoordinatesScalar/meshOctreeCubeCoordinatesScalar.H
...eeCubeCoordinatesScalar/meshOctreeCubeCoordinatesScalar.H
+1
-3
meshLibrary/utilities/meshes/polyMeshGen/polyMeshGenFaces.H
meshLibrary/utilities/meshes/polyMeshGen/polyMeshGenFaces.H
+1
-1
meshLibrary/utilities/meshes/triSurf/triSurfPoints.H
meshLibrary/utilities/meshes/triSurf/triSurfPoints.H
+1
-1
meshLibrary/utilities/smoothers/geometry/meshOptimizer/boundaryLayerOptimisation/boundaryLayerOptimisation.H
...zer/boundaryLayerOptimisation/boundaryLayerOptimisation.H
+1
-1
meshLibrary/utilities/surfaceTools/edgeExtraction/edgeExtractor/edgeExtractor.H
...surfaceTools/edgeExtraction/edgeExtractor/edgeExtractor.H
+1
-1
meshLibrary/utilities/triSurfaceTools/triSurface2DCheck/triSurface2DCheck.H
...ies/triSurfaceTools/triSurface2DCheck/triSurface2DCheck.H
+1
-0
meshLibrary/utilities/triSurfaceTools/triSurfaceCurvatureEstimator/triSurfaceCurvatureEstimator.H
...iSurfaceCurvatureEstimator/triSurfaceCurvatureEstimator.H
+1
-1
No files found.
meshLibrary/utilities/containers/VRWGraph/VRWGraph.H
View file @
8eee870f
...
...
@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::VRWGraph
Foam::
Module::
VRWGraph
Description
This class is an implementation of a graph with variable column width.
...
...
meshLibrary/utilities/containers/graphRow/graphConstRow.H
View file @
8eee870f
...
...
@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::graphConstRow
Foam::
Module::
graphConstRow
Description
This class provides const access to a row of a graph
...
...
meshLibrary/utilities/dataConversion/foamToFPMA/fpmaMesh.H
View file @
8eee870f
...
...
@@ -22,9 +22,10 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::fpmaMesh
Foam::
Module::
fpmaMesh
Description
General writer for AVL/FIRE fpma format.
SourceFiles
fpmaMesh.C
...
...
meshLibrary/utilities/decomposeCells/decomposeCells.H
View file @
8eee870f
...
...
@@ -22,13 +22,15 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::decomposeCells
Foam::
Module::
decomposeCells
Description
Decomposes selected cells into pyramids
SourceFiles
decomposeCells.C
decomposeCellsDecomposition.C
decomposeCellsPyramids.C
\*---------------------------------------------------------------------------*/
...
...
meshLibrary/utilities/helperClasses/parallelHelpers/labelledScalar/labelledScalar.H
View file @
8eee870f
...
...
@@ -22,14 +22,12 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::Modul::labelledScalar
Foam::Modul
e
::labelledScalar
Description
A class containing point label and its coordinates. It is used for
exchanging data over processors
SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef labelledScalar_H
...
...
meshLibrary/utilities/helperClasses/parallelHelpers/meshOctreeCubeCoordinatesScalar/meshOctreeCubeCoordinatesScalar.H
View file @
8eee870f
...
...
@@ -22,14 +22,12 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::Module::meshOctreCubeCoordinatesScalar
Foam::Module::meshOctre
e
CubeCoordinatesScalar
Description
A class containing meshOctreeCubeCoordinates and a scalar value.
It is used for exchanging data over processors
SourceFiles
\*---------------------------------------------------------------------------*/
#ifndef meshOctreeCubeCoordinatesScalar_H
...
...
meshLibrary/utilities/meshes/polyMeshGen/polyMeshGenFaces.H
View file @
8eee870f
...
...
@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::polyMeshGenFaces
Foam::
Module::
polyMeshGenFaces
Description
Mesh with geometry and faces. It can be used for volume and surface meshes
...
...
meshLibrary/utilities/meshes/triSurf/triSurfPoints.H
View file @
8eee870f
...
...
@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::triSurfPoints
Foam::
Module::
triSurfPoints
Description
Point coordinates information for triangulated surface
...
...
meshLibrary/utilities/smoothers/geometry/meshOptimizer/boundaryLayerOptimisation/boundaryLayerOptimisation.H
View file @
8eee870f
...
...
@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::Module::bondaryLayerOptimisation
Foam::Module::bo
u
ndaryLayerOptimisation
Description
A class intended for improving quality of boundary layer cells.
...
...
meshLibrary/utilities/surfaceTools/edgeExtraction/edgeExtractor/edgeExtractor.H
View file @
8eee870f
...
...
@@ -21,7 +21,7 @@ License
You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Namespace
Class
Foam::Module::edgeExtractor
Description
...
...
meshLibrary/utilities/triSurfaceTools/triSurface2DCheck/triSurface2DCheck.H
View file @
8eee870f
...
...
@@ -25,6 +25,7 @@ Class
Foam::Module::triSurface2DCheck
Description
triSurf 2D checks
SourceFiles
triSurface2DCheck.C
...
...
meshLibrary/utilities/triSurfaceTools/triSurfaceCurvatureEstimator/triSurfaceCurvatureEstimator.H
View file @
8eee870f
...
...
@@ -22,7 +22,7 @@ License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class
Foam::Module::triSurfaceCurvature
Calcul
ator
Foam::Module::triSurfaceCurvature
Estim
ator
Description
Provides information regarding surface partitions on the surface
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment