The setup functions help create the inputs to the core functions.
Below is a listing of the core functions along with a short description and an example of how to call the function. For details about each function, use the Matlabhelpcommand. Ex:help computeInitialPoints
computeInitialPoints(): Generate a set of initial particle locations for modeling.
confiningForce(): Compute the potential force and return a function handle that takes in particle positions and returns the potential force at those positions.
dV=confiningForce(V,problem_scales,options)
create_scaleInvar_confining_potential(): Compute the confining potential based on the distance transform of a binary mask.