Skip to content
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

[To-Do]: streamline workflow by extracting f1 and f2 from equilibrium and import to softsliding.c #10

Open
2 tasks
VatsalSy opened this issue Aug 10, 2024 · 0 comments
Assignees

Comments

@VatsalSy
Copy link
Member

ability to extract facets for f1 and f2 from the equilibrium solution.

Steps:

  1. There are two ways this can be done:
  • output_facets() on the fly from inside the equilibrium.c (not recommended as it might be incompatible with the import function in softsliding.c
  • write a python/jupyter script to extract f1, f2 from equilibriumSolution, convert to distance.h compatible format (see: https://github.com/VatsalSy/BurstingBubble_VE_coated/tree/main/initialconditions for examples) -- this method is preferred for customization.
  1. Read the new interfaces into softsliding.c -- the code needs to be updated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants