Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
DOUAR WSMP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
HUGG
DOUAR WSMP
Commits
5d7828fe
Commit
5d7828fe
authored
13 years ago
by
Dave Whipp
Browse files
Options
Downloads
Patches
Plain Diff
Fixed comment typos
parent
47c704dc
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/build_system_wsmp.f90
+1
-1
1 addition, 1 deletion
src/build_system_wsmp.f90
src/calculate_lsf.f90
+1
-1
1 addition, 1 deletion
src/calculate_lsf.f90
src/find_void_nodes.f90
+2
-3
2 additions, 3 deletions
src/find_void_nodes.f90
with
4 additions
and
5 deletions
src/build_system_wsmp.f90
+
1
−
1
View file @
5d7828fe
...
@@ -144,7 +144,7 @@ amin=1.d6
...
@@ -144,7 +144,7 @@ amin=1.d6
do
ileaves
=
1
,
osolve
%
nleaves
do
ileaves
=
1
,
osolve
%
nleaves
! first test if in the void
! first test if in the void
if
(
vo
%
leaf
(
ileaves
)
.eq.
0
)
then
if
(
vo
%
leaf
(
ileaves
)
.eq.
0
)
then
! then test if this leaf touches the colums given to the current proc
! then test if this leaf touches the colum
n
s given to the current proc
itodo
=
0
itodo
=
0
do
k
=
1
,
params
%
mpe
do
k
=
1
,
params
%
mpe
do
idof
=
1
,
ndof
do
idof
=
1
,
ndof
...
...
This diff is collapsed.
Click to expand it.
src/calculate_lsf.f90
+
1
−
1
View file @
5d7828fe
...
@@ -226,7 +226,7 @@ do while (sum(done_nd).ne.0)
...
@@ -226,7 +226,7 @@ do while (sum(done_nd).ne.0)
! note that we average the value of the lsf around the nodes of the leaf
! note that we average the value of the lsf around the nodes of the leaf
! to find the sign of the nodes that have not yet been assigned
! to find the sign of the nodes that have not yet been assigned
! the reason for this is that there might be leaves where the surface is
! the reason for this is that there might be leaves where the surface is
! passing through but where no particle resides; these leaes would have
! passing through but where no particle resides; these lea
v
es would have
! lsf values of different sign on different nodes from the previous two passes
! lsf values of different sign on different nodes from the previous two passes
! this should never happen...
! this should never happen...
sum_lsf
=
0.d0
sum_lsf
=
0.d0
...
...
This diff is collapsed.
Click to expand it.
src/find_void_nodes.f90
+
2
−
3
View file @
5d7828fe
...
@@ -22,9 +22,8 @@ subroutine find_void_nodes (params,osolve,vo,ov,threadinfo)
...
@@ -22,9 +22,8 @@ subroutine find_void_nodes (params,osolve,vo,ov,threadinfo)
!------------------------------------------------------------------------------|
!------------------------------------------------------------------------------|
!(((((((((((((((( Purpose of the routine ))))))))))))))))))))))))))))))))))))))
!(((((((((((((((( Purpose of the routine ))))))))))))))))))))))))))))))))))))))
!------------------------------------------------------------------------------|
!------------------------------------------------------------------------------|
! this routine finds all nodes that are cmpletely in the void
! this routine finds all nodes that are completely in the void by this I mean
! by this I mean that they are not connected by any element to
! that they are not connected by any element to a node that is not in the void
! a node that is not in the void
! those nodes are given a vo%node=1 flag; all others have vo%node=0
! those nodes are given a vo%node=1 flag; all others have vo%node=0
! there are vo%nnode nodes that are not in the void
! there are vo%nnode nodes that are not in the void
...
...
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