cutPoly: Documentation fixes

This commit is contained in:
Will Bainbridge
2023-02-15 16:11:27 +00:00
parent 77b0299beb
commit 9410d84a7e
3 changed files with 8 additions and 7 deletions

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2022 OpenFOAM Foundation \\ / A nd | Copyright (C) 2022-2023 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -21,8 +21,8 @@ License
You should have received a copy of the GNU General Public License You should have received a copy of the GNU General Public License
along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>. along with OpenFOAM. If not, see <http://www.gnu.org/licenses/>.
Class Namespace
Foam::cutPolyIntegral Foam::cutPoly
Description Description
Functions for computing integrals over cut faces and cells Functions for computing integrals over cut faces and cells

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2022 OpenFOAM Foundation \\ / A nd | Copyright (C) 2022-2023 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -25,11 +25,11 @@ Class
Foam::cutPolyIsoSurface Foam::cutPolyIsoSurface
Description Description
Iso-surface class based on the cutPoly cutting routines
SourceFiles SourceFiles
cutPolyIsoSurfaceI.H
cutPolyIsoSurface.C cutPolyIsoSurface.C
cutPolyIsoSurfaceIO.C cutPolyIsoSurfaceTemplates.C
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/

View File

@ -2,7 +2,7 @@
========= | ========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org \\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2022 OpenFOAM Foundation \\ / A nd | Copyright (C) 2022-2023 OpenFOAM Foundation
\\/ M anipulation | \\/ M anipulation |
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
@ -28,6 +28,7 @@ Description
Functions and classes for extracting values from cut edges, faces and cells Functions and classes for extracting values from cut edges, faces and cells
SourceFiles SourceFiles
cutPolyValueI.H
cutPolyValueTemplates.C cutPolyValueTemplates.C
\*---------------------------------------------------------------------------*/ \*---------------------------------------------------------------------------*/