Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pytential
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Kaushik Kulkarni
pytential
Commits
ff4037d8
Commit
ff4037d8
authored
6 years ago
by
Christian Howard
Browse files
Options
Downloads
Patches
Plain Diff
Removed any instances of a generic normal vector.
parent
b05ab0d4
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
pytential/symbolic/pde/maxwell/dpie.py
+0
-7
0 additions, 7 deletions
pytential/symbolic/pde/maxwell/dpie.py
with
0 additions
and
7 deletions
pytential/symbolic/pde/maxwell/dpie.py
+
0
−
7
View file @
ff4037d8
...
...
@@ -316,10 +316,6 @@ class DPIEOperator:
for
n
in
range
(
0
,
self
.
nobjs
):
a
[:,
n
]
=
sym
.
tangential_to_xyz
(
a_loc
[
2
*
n
:
2
*
(
n
+
1
)],
where
=
self
.
geometry_list
[
n
])
# define the normal vector in symbolic form
n
=
sym
.
normal
(
3
,
None
).
as_vector
()
r
=
sym
.
n_cross
(
a
)
# init output matvec vector for the phi density IE
output
=
np
.
zeros
((
5
*
self
.
nobjs
,),
dtype
=
self
.
stype
)
...
...
@@ -406,9 +402,6 @@ class DPIEOperator:
rho
=
A_densities
[
0
]
a
=
sym
.
tangential_to_xyz
(
A_densities
[
1
:
3
])
# define the normal vector in symbolic form
n
=
sym
.
normal
(
3
,
None
).
as_vector
()
# define the vector potential representation
return
sym
.
curl
(
sym
.
S
(
self
.
kernel
,
a
,
k
=
self
.
k
,
qbx_forced_limit
=
qbx_forced_limit
))
\
-
self
.
k
*
sym
.
S
(
self
.
kernel
,
rho
*
n
,
k
=
self
.
k
,
qbx_forced_limit
=
qbx_forced_limit
)
\
...
...
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