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
Merge requests
!1
Adding ellip_utils
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Adding ellip_utils
master
into
bc_changes
Overview
0
Commits
121
Changes
14
Open
s2006749
requested to merge
master
into
bc_changes
1 year ago
Overview
0
Commits
121
Changes
1
Expand
0
0
Merge request reports
Compare
version 15
version 18
9a492702
1 year ago
version 17
81f1c9bd
1 year ago
version 16
40d5bf67
1 year ago
version 15
0bce9ca1
1 year ago
version 14
d5144822
1 year ago
version 13
1b3e698a
1 year ago
version 12
abab88a7
1 year ago
version 11
b85a3864
1 year ago
version 10
7dfb98ba
1 year ago
version 9
86a5afdf
1 year ago
version 8
444a97d9
1 year ago
version 7
48219a62
1 year ago
version 6
a561e93e
1 year ago
version 5
44344daa
1 year ago
version 4
c7e20299
1 year ago
version 3
e3217c01
1 year ago
version 2
fc46de70
1 year ago
version 1
3964fa3b
1 year ago
bc_changes (base)
and
version 16
latest version
a4a182ee
121 commits,
2 months ago
version 18
9a492702
25 commits,
1 year ago
version 17
81f1c9bd
24 commits,
1 year ago
version 16
40d5bf67
23 commits,
1 year ago
version 15
0bce9ca1
22 commits,
1 year ago
version 14
d5144822
16 commits,
1 year ago
version 13
1b3e698a
15 commits,
1 year ago
version 12
abab88a7
14 commits,
1 year ago
version 11
b85a3864
13 commits,
1 year ago
version 10
7dfb98ba
12 commits,
1 year ago
version 9
86a5afdf
11 commits,
1 year ago
version 8
444a97d9
10 commits,
1 year ago
version 7
48219a62
9 commits,
1 year ago
version 6
a561e93e
8 commits,
1 year ago
version 5
44344daa
7 commits,
1 year ago
version 4
c7e20299
6 commits,
1 year ago
version 3
e3217c01
5 commits,
1 year ago
version 2
fc46de70
2 commits,
1 year ago
version 1
3964fa3b
1 commit,
1 year ago
Show latest version
1 file
+
4
−
4
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/BC-Cylinder.f90
+
4
−
4
Options
@@ -254,10 +254,10 @@ contains
linearVelocity
=
[
lvx
,
lvy
,
lvz
]
angularVelocity
=
[
zero
,
zero
,
zero
,
avz
]
write
(
*
,
*
)
'set shape = '
,
shape
write
(
*
,
*
)
'set orientation = '
,
orientation
write
(
*
,
*
)
'set position = '
,
position
write
(
*
,
*
)
'set linear velocity = '
,
linearVelocity
write
(
*
,
*
)
'set shape
= '
,
shape
write
(
*
,
*
)
'set orientation
= '
,
orientation
write
(
*
,
*
)
'set position
= '
,
position
write
(
*
,
*
)
'set linear velocity
= '
,
linearVelocity
write
(
*
,
*
)
'set angular velocity = '
,
angularVelocity
if
(
iscalar
==
1
)
then
Loading