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
d3815718
Commit
d3815718
authored
13 years ago
by
Dave Whipp
Browse files
Options
Downloads
Patches
Plain Diff
Very minor format cleanup
parent
3eac21a8
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
src/OCTREE/octree_interpolate_three.f90
+2
-3
2 additions, 3 deletions
src/OCTREE/octree_interpolate_three.f90
with
2 additions
and
3 deletions
src/OCTREE/octree_interpolate_three.f90
+
2
−
3
View file @
d3815718
...
@@ -19,7 +19,6 @@ subroutine octree_interpolate_three(nf,octree,noctree,icon,nleaves,nfield,x,y,z,
...
@@ -19,7 +19,6 @@ subroutine octree_interpolate_three(nf,octree,noctree,icon,nleaves,nfield,x,y,z,
implicit
none
implicit
none
integer
noctree
,
octree
(
noctree
),
nleaves
,
icon
(
8
,
nleaves
)
integer
noctree
,
octree
(
noctree
),
nleaves
,
icon
(
8
,
nleaves
)
integer
nfield
,
nf
integer
nfield
,
nf
double precision
field1
(
nfield
),
field2
(
nfield
),
field3
(
nfield
)
double precision
field1
(
nfield
),
field2
(
nfield
),
field3
(
nfield
)
...
@@ -32,8 +31,8 @@ integer leaf,level,loc,k,iii,jjj,kkk,ii
...
@@ -32,8 +31,8 @@ integer leaf,level,loc,k,iii,jjj,kkk,ii
! from an octree to another identical octree with differences in the
! from an octree to another identical octree with differences in the
! interpolated function. The reason for this problem was related to
! interpolated function. The reason for this problem was related to
! bad faces or hanging nodes. Indeed, for a hanging node it was very likely
! bad faces or hanging nodes. Indeed, for a hanging node it was very likely
! that the leaf that was detected as the l
o
eaf in which the node resides
! that the leaf that was detected as the leaf in which the node resides
! was in fact a lea
ve
where the node was a hanging node (ie not one of the
! was in fact a lea
f
where the node was a hanging node (ie not one of the
! 4 corner nodes). This meant that the interpolated value was not equal
! 4 corner nodes). This meant that the interpolated value was not equal
! to the "constrained" value imposed by the linear constraint at the
! to the "constrained" value imposed by the linear constraint at the
! hanging node. To correct for this we first check if the node can
! hanging node. To correct for this we first check if the node can
...
...
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