-
Notifications
You must be signed in to change notification settings - Fork 3
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
specs definitions #11
Comments
Hi @Mobinati thank your for your interest in using tyssue! Specs are used to set default uniform values for the parameter, but you can later change those for specific cells by updating the value in the sheet.face_df["prefered_area"] = A0 * sheet.face_df['x']**2 Of course this is an artificial example ;) Hope this helps, Best |
thanks a lot for the hint, actually I made a Custome function which works fine. but I have another issue with periodic boundaries. how can I have a square box with cells connected to their front sides? for example for this tissue:
I already have tried these but didn't work. spec["settings"].update({"boundaries": {"x": [1, 18], "y": [1, 18]}}) sheet = Sheet("periodic", model_specs) |
I am using Tyssue, and It's well-structured. thanks a lot.
Just had a question,
how is it possible to define the specs like prefered_area or prefered_perimeter not be unique for all cells in the tissue. how can we apply the energy minimization in a way that prefered_area or prefered_area be defined by a function and be specific for each cell?
The text was updated successfully, but these errors were encountered: