Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Incompact3d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
s2006749
Incompact3d
Commits
e3217c01
Commit
e3217c01
authored
1 year ago
by
Andrew Boyd
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://git.ecdf.ed.ac.uk/s2006749/Incompact3d
parents
5fba44f8
fc46de70
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Adding ellip_utils
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/BC-Cylinder.f90
+2
-0
2 additions, 0 deletions
src/BC-Cylinder.f90
with
2 additions
and
0 deletions
src/BC-Cylinder.f90
+
2
−
0
View file @
e3217c01
...
@@ -84,6 +84,8 @@ contains
...
@@ -84,6 +84,8 @@ contains
point
=
[
xm
,
ym
,
zm
]
point
=
[
xm
,
ym
,
zm
]
call
EllipsoidalRadius
(
point
,
ce
,
orientation
,
shape
,
r
)
call
EllipsoidalRadius
(
point
,
ce
,
orientation
,
shape
,
r
)
! r=sqrt_prec((xm-cexx)**two+(ym-ceyy)**two+(zm-cezz)**two)
! r=sqrt_prec((xm-cexx)**two+(ym-ceyy)**two+(zm-cezz)**two)
! r=sqrt_prec((xm-cexx)**two+(ym-ceyy)**two)
if
(
r
-
ra
.gt.
zeromach
)
then
if
(
r
-
ra
.gt.
zeromach
)
then
! write(*,*) i, j, k
! write(*,*) i, j, k
cycle
cycle
...
...
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