***
Wartungsfenster jeden ersten Mittwoch vormittag im Monat
***
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
COMMICS
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASC
Praetorius
COMMICS
Commits
1829afbc
Commit
1829afbc
authored
5 years ago
by
Carl-Martin Pfeiler
Browse files
Options
Downloads
Patches
Plain Diff
Removed relic methods from Derivative class
parent
49f7ee1b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
_gridFunctions/derivative.py
+0
-17
0 additions, 17 deletions
_gridFunctions/derivative.py
with
0 additions
and
17 deletions
_gridFunctions/derivative.py
+
0
−
17
View file @
1829afbc
...
...
@@ -71,23 +71,6 @@ class Derivative:
self
.
hs
.
Compute
(
solvetol
)
#-----------------------------------------------------------------------------#
def
phiUniaxialAnisotropy
(
self
,
e
):
from
commics._tools.algebra
import
InnerProd
return
-
1.0
*
InnerProd
(
e
,
self
.
gf
)
*
e
#-----------------------------------------------------------------------------#
def
opZhangLi
(
self
,
vel
):
return
(
sum
(
vel
[
k
]
*
self
.
Dgf
[
0
,
k
]
for
k
in
range
(
3
)),
\
sum
(
vel
[
k
]
*
self
.
Dgf
[
1
,
k
]
for
k
in
range
(
3
)),
\
sum
(
vel
[
k
]
*
self
.
Dgf
[
2
,
k
]
for
k
in
range
(
3
))
)
#-----------------------------------------------------------------------------#
...
...
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