mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: typo in comments
This commit is contained in:
@ -41,7 +41,7 @@ FoamFile
|
|||||||
// In OpenFOAM 1806 and earlier, it was compulsory to use a 'sourceInfo'
|
// In OpenFOAM 1806 and earlier, it was compulsory to use a 'sourceInfo'
|
||||||
// sub-dictionary to define the sources.
|
// sub-dictionary to define the sources.
|
||||||
// In OpenFOAM 1812 and later, this sub-directory is optional, unless
|
// In OpenFOAM 1812 and later, this sub-directory is optional, unless
|
||||||
// there would be a name class (Eg, 'name' appearing at both levels).
|
// there would be a name clash (Eg, 'type' or 'name' appearing at both levels).
|
||||||
// In most cases, the source definitions have been adjusted to avoid such
|
// In most cases, the source definitions have been adjusted to avoid such
|
||||||
// clashes.
|
// clashes.
|
||||||
//
|
//
|
||||||
@ -49,8 +49,8 @@ FoamFile
|
|||||||
|
|
||||||
actions
|
actions
|
||||||
(
|
(
|
||||||
// Example:pick up internal faces on outside of cellSet
|
// Example: pick up internal faces on outside of cellSet
|
||||||
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
// ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
// Load initial cellSet
|
// Load initial cellSet
|
||||||
{
|
{
|
||||||
|
|||||||
@ -125,7 +125,7 @@ public:
|
|||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
|
||||||
//- The index in a list.
|
//- The index in a list.
|
||||||
inline label index() const;
|
inline label index() const;
|
||||||
@ -164,7 +164,7 @@ public:
|
|||||||
inline const labelUList& cellIds() const;
|
inline const labelUList& cellIds() const;
|
||||||
|
|
||||||
|
|
||||||
// Edit
|
// Edit
|
||||||
|
|
||||||
//- Classify cell types and set the element lists.
|
//- Classify cell types and set the element lists.
|
||||||
// The optional indirect addressing can be used when classifying
|
// The optional indirect addressing can be used when classifying
|
||||||
@ -186,7 +186,7 @@ public:
|
|||||||
void sort();
|
void sort();
|
||||||
|
|
||||||
|
|
||||||
// Member operators
|
// Member Operators
|
||||||
|
|
||||||
//- Return id from linear list of addressing.
|
//- Return id from linear list of addressing.
|
||||||
inline label operator[](const label i) const;
|
inline label operator[](const label i) const;
|
||||||
|
|||||||
@ -131,7 +131,7 @@ public:
|
|||||||
|
|
||||||
// Member Functions
|
// Member Functions
|
||||||
|
|
||||||
// Access
|
// Access
|
||||||
|
|
||||||
//- The index in a list.
|
//- The index in a list.
|
||||||
inline label index() const;
|
inline label index() const;
|
||||||
@ -173,7 +173,7 @@ public:
|
|||||||
inline const boolList& flipMap() const;
|
inline const boolList& flipMap() const;
|
||||||
|
|
||||||
|
|
||||||
// Edit
|
// Edit
|
||||||
|
|
||||||
//- Classify the face types, set element list.
|
//- Classify the face types, set element list.
|
||||||
void classify(const faceList& faces);
|
void classify(const faceList& faces);
|
||||||
@ -203,7 +203,7 @@ public:
|
|||||||
void sort();
|
void sort();
|
||||||
|
|
||||||
|
|
||||||
// Member operators
|
// Member Operators
|
||||||
|
|
||||||
//- Return element from linear-list.
|
//- Return element from linear-list.
|
||||||
inline label operator[](const label i) const;
|
inline label operator[](const label i) const;
|
||||||
|
|||||||
Reference in New Issue
Block a user