You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.
Currently pulse will try to import different objects from dolfin-adjoint and fall back to dolfin if dolfin-adjoint is not installed. However, it might be cases where you don't want to use dolfin-adjoint even though it is installed. To solve this we can let the use specify a flag (i.e an environment variable) that will use dolfin even though dolfin-adjoint is installed.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently
pulse
will try to import different objects fromdolfin-adjoint
and fall back todolfin
ifdolfin-adjoint
is not installed. However, it might be cases where you don't want to usedolfin-adjoint
even though it is installed. To solve this we can let the use specify a flag (i.e an environment variable) that will usedolfin
even thoughdolfin-adjoint
is installed.The text was updated successfully, but these errors were encountered: