The geometric domain problem of fpde appears as otImplementedError: Rectangle mindist2boundary to be implemented. #1464
Unanswered
wangxiao2019
asked this question in
Q&A
Replies: 2 comments
-
|
It is not implemented yet. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
您好!老师,请问一下pdf中的这种情况该如何解决呀
拼命三郎
***@***.***
…------------------ 原始邮件 ------------------
发件人: "lululxvi/deepxde" ***@***.***>;
发送时间: 2023年9月21日(星期四) 凌晨4:56
***@***.***>;
***@***.******@***.***>;
主题: Re: [lululxvi/deepxde] The geometric domain problem of fpde appears as otImplementedError: Rectangle mindist2boundary to be implemented. (Discussion #1464)
It is not implemented yet.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
When I was calculating the fractional order pde in two dimensions of space and one dimension of time, I set it to
geom = dde.geometry.Rectangle([0, 0], [1, 1])
timedomain = dde.geometry.TimeDomain(0, 1)
Geomtime = dde. Geometry. GeometryXTime (the java.awt.geom timedomain), data = dde. Data. TimeFPDE ()
Why does integer dde.data.TimePDE() work but fractional dde.data.TimeFPDE() get an error
The error is as follows:
NotImplementedError: Rectangle mindist2boundary to be implemented.
How can I solve the above situation?
Beta Was this translation helpful? Give feedback.
All reactions