--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-users+unsubscribe@googlegroups.com.
To post to this group, send email to dedalu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/c964dc22-6484-401d-8294-ba0c9a8a7def%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/CAJoYf%3DhmyM1rgdVh_Ja2ZrqHGpO7va_UW8bt_CHKejei-zCcww%40mail.gmail.com.
Hi Daniel,Thanks for your prompt reply, Is there any documentation describing how to do this? actually, I am still looking for documentation about the time-stepping methods available, any pointers?Carlos
On 11 May 2018 at 14:38, Daniel Lecoanet <leco...@princeton.edu> wrote:
Hi Carlos,Yes, typically you'd want to use Fourier basis in both x and y. It's technically possible to use a Chebyshev basis and impose the periodic BCs by something like "left(u) - right(u) = 0", "dz(u) - uz = 0", "left(uz) - right(uz) = 0", etc.Daniel
On Fri, May 11, 2018 at 6:29 AM, carlos lugo <kupka...@gmail.com> wrote:
Hello Everyone!
I am starting to use Dedalus and there are a couple of questions regarding boundary conditions.
The problem I'm investigating at the minute is fairly simple, it is the Swift-Hoehenberg equation: u_t=((nabla)^2 +1)^2u+au+u^3 Or
u_t+Lu=F(u) where L=(nabla^2+2nabla)
on a rectangular domain [0,Lx] x [0,Ly].
My question is how to implement periodic boundaries on both directions? I assume this can only be done using a Fourier basis?
Sorry for the hassle.
Carlos
--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-user...@googlegroups.com.
To post to this group, send email to dedalu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/c964dc22-6484-401d-8294-ba0c9a8a7def%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/CAJoYf%3DhmyM1rgdVh_Ja2ZrqHGpO7va_UW8bt_CHKejei-zCcww%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-user...@googlegroups.com.
To post to this group, send email to dedalu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/CADhMgwU%3D2feZjnFvunm0TVCXZb8LieMpVay_5OAm9JWtw6E1sQ%40mail.gmail.com.

--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-users+unsubscribe@googlegroups.com.
To post to this group, send email to dedalu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/008C60E8-8349-4C5F-B211-24D71A43CEEB%40gmail.com.
--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-users+unsubscribe@googlegroups.com.
To post to this group, send email to dedalu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/008C60E8-8349-4C5F-B211-24D71A43CEEB%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/CADhMgwU%3D2feZjnFvunm0TVCXZb8LieMpVay_5OAm9JWtw6E1sQ%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Dedalus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-users+unsubscribe@googlegroups.com.
To post to this group, send email to dedalu...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/008C60E8-8349-4C5F-B211-24D71A43CEEB%40gmail.com.
On 14 May 2018, at 6:39 pm, Carlos Lugo <kupka...@gmail.com> wrote:
Ooooh Hello Geoff!Thanks for this, I also worked on this a littyle bit over the weekend independently, I share my implementation now as well (It is not very elegant of course) which is just a modification of the 2d Rayleygh script with Fourier bases. I alsgo share a pic of what I get which I should probably check with the literature....In any case thanks, this is a fantastic tool!.
<write_000069.png>
Thanks again!
To unsubscribe from this group and stop receiving emails from it, send an email to dedalus-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/CADhMgwXAsqk-g%3DHmn1mukYc0K6K8WzTvxd9YUHRJgF5xFFv%3D2g%40mail.gmail.com.
<swift_hohenberg.py>