-
Notifications
You must be signed in to change notification settings - Fork 21
Broken FEEC projections on polar domains #576
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: devel
Are you sure you want to change the base?
Changes from all commits
c3c801d
ad8adad
364d64c
04b6e8c
5012856
51d0592
63f9b65
7354e97
2c28462
a86faf1
6d1304f
39d14f4
0ca428e
9d2a618
77cd4e4
e6c8a1a
dbdf3a1
8ce233f
c4eab7c
1026b3d
ad0a0db
fb2213b
529897b
6feacff
6e74dd0
3682565
0e7f56e
573501c
04e9c4b
bd3e1d5
850100a
1a722f2
5d3477f
cc500f8
b048929
1e3e31c
4687a24
516124e
25efc2e
b50640e
858078c
e7ef374
4051e64
baf1a32
6894d32
1262f66
4508259
bedf25d
a37ef70
6c7c072
d59232f
3baed17
bf2b887
463f009
bda769b
fd7b300
6e97568
8865845
f429390
ccc485e
758139b
d40e423
2bf379f
d5f180c
b37c41a
beaf3c9
72864d6
ed9d75d
2a92569
4aa2591
48b49e2
4b19433
067ddf8
054900f
099e586
f7555b4
e2a0a71
3525acc
7d91955
7994262
23525d0
88d82a1
59b84c3
551323c
b75b380
e91cbac
84d2848
80a0fbd
bdb796e
7ae3507
2b8cb33
85bcec6
4be6872
99d935b
8a048a7
bf7dc69
487eda0
a7bde8d
ac3be5e
514fb11
501a18b
36357d0
71788a6
be219a6
6ce62d3
923fa53
79f70cf
406e708
edad37c
2a9b82a
b7903ae
9569239
b6184cf
ba6bca6
47e1bac
7ba6f43
cde57db
d456677
70ee0b3
eaadbe5
f41754d
0659eb7
76c0bab
27dbf60
81cb257
ab097db
2ad02db
68516f4
880ef94
d53efb6
26fc230
7eabc4b
3d9e4c7
f6687dc
f5df0fc
5820abe
21be4da
75e0474
ba35ee7
b28334d
234203b
2dffb86
801025f
fb37885
ba2f444
70ae75b
6df832c
ce26cc7
b070189
0515e99
865b85a
d9e27c4
0b33b44
0ba9195
a48dfda
a7c577f
9d85e4a
726dac6
5ecf431
f81325b
cff7cf2
0c0eae0
9b8e13a
5d14200
15a618b
5b2eb15
54309dc
23cf927
99c30f9
9ec99c4
7550c50
de8bce8
dc99e08
a1c6189
e76257c
3c6241a
79d3708
d4b2a78
ae79080
6fdc7fc
f99f5e4
212b005
e0df2dc
c51b81b
aed954c
67b71ed
ee11de4
7d7f6f9
df27956
b2d9f01
3a8cfac
17517ae
c6c1a32
0a959da
b24a65b
d330b0e
ac5e398
855c5d1
1d155d5
3a3d2de
9b294ea
cbd3e74
3ff25fd
f48bc10
b474cc8
605cd21
ffed36c
54d3856
b49ad06
2796dff
d7a08dc
f07a851
f0a8707
2670194
7772ad6
16b353e
17356fe
8e1b67d
d4e7204
e836953
f26e924
6facf8b
31b87fe
b03de48
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| feec.polar | ||
| ========== | ||
|
|
||
| .. currentmodule:: psydac.feec | ||
| .. autosummary:: | ||
| :nosignatures: | ||
| :toctree: STUBDIR | ||
| :template: autosummary/module.rst | ||
|
|
||
| polar.conga_projections |
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Have you checked that this script still runs after removing the local class
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I ran it with the wrong parameters, so it was not trying to use the Laplacian class. Now after adding the import statement, I am running with |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| #---------------------------------------------------------------------------# | ||
| # This file is part of PSYDAC which is released under MIT License. See the # | ||
| # LICENSE file or go to https://github.com/pyccel/psydac/blob/devel/LICENSE # | ||
| # for full license details. # | ||
| #---------------------------------------------------------------------------# |
Uh oh!
There was an error while loading. Please reload this page.