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
3b67987c
Commit
3b67987c
authored
13 years ago
by
laurence
Browse files
Options
Downloads
Patches
Plain Diff
BUG: extrude2DMesh.C: Add thickness to new point's extrude direction coordinate
parent
8ebd4925
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
applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh.C
+1
-1
1 addition, 1 deletion
...s/utilities/mesh/generation/extrude2DMesh/extrude2DMesh.C
with
1 addition
and
1 deletion
applications/utilities/mesh/generation/extrude2DMesh/extrude2DMesh.C
+
1
−
1
View file @
3b67987c
...
...
@@ -89,7 +89,7 @@ void Foam::extrude2DMesh::setRefinement
forAll
(
mesh_
.
points
(),
pointI
)
{
point
newPoint
(
mesh_
.
points
()[
pointI
]);
newPoint
[
extrudeDir
]
=
thickness
;
newPoint
[
extrudeDir
]
+
=
thickness
;
meshMod
.
addPoint
(
...
...
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