Fcart | R Documentation |
The function that computes the gradient of the energy (or error)
of the deformation of the mesh from the flat outline to the
sphere. This depends on the locations of the points given in
spherical coordinates. The function is designed to take these as a
vector that is received from the optim
function.
Fcart(P, C, L, Tr, A, R, alpha = 1, x0, nu = 1, verbose = FALSE)
P |
N-by-3 matrix of point coordinates |
C |
The connectivity matrix |
L |
Length of each edge in the flattened outline |
Tr |
Triangulation in the flattened outline |
A |
Area of each triangle in the flattened outline |
R |
Radius of sphere |
alpha |
Area penalty scaling coefficient |
x0 |
Area penalty cut-off coefficient |
nu |
Power to which to raise area |
verbose |
How much information to report |
A vector representing the derivative of the energy of this particular configuration with respect to the parameter vector
David Sterratt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.