rebuild_matrices=True flag to solver.solve , which will recreate the LHS matrices using the new NCC values.--
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/8a24c773-bafd-41db-9caa-df83dfe4faf7n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/CADZXxBjQeyUfQxC0s4ncFZrqvm9%3Dj-NCPUsdirVyfpyZhZ6w0Q%40mail.gmail.com.
V = dist.Field(bases=xbasis)
V = -A*np.cos(xg)
A = dist.Field(name='A')
xg = dist.Field(name='x', bases=xb)
V = -A*np.cos(xg)
V.evaluate().name
you get:
'-1*A*cos(x)'
To view this discussion on the web visit https://groups.google.com/d/msgid/dedalus-users/46e419a4-c398-41e9-99e2-79996b4da764n%40googlegroups.com.