Xcont index
- Trefinelong: mod of TrefineRGB (Schmidt und Funken)
- bdtriangles: find boundary triangle indices
- bdtrili: used in rmdegfaces
- c2P: matrix to interpolate from triangles centers to points (gptoolbox)
- cmcbra: template output for geometric problems
- cmcbralong: template output for geometric problems
- coarsenX: mesh-adaption for surface meshes, based on p.fuha.e2rs;
- degcoarsenX: coarsen via rmdegfaces
- dmsurf: 3-D surf Mesh Generator using Distance Func, mod (by AM) of Persson's
- e2rs: ElementToRefineSelector based on area
- e2rsA: ElementToRefineSelector based on area
- e2rsAi: selecting small areas (mainly for coarsening)
- e2rsanglerat: list of smallest r_in/r_out
- e2rsbdry: select (only) boundary triangles for refinement
- e2rsmaxA: ElementToRefineSelector of tri with tri>(1-sig)*p.maxA
- e2rsshape1: list of r/h (incircle/max-edge-length)
- e2rsshape2: list of smallest A/(Sum(edgelengths))^2/3
- e2rsshape3: root mean squared (RMS)
- e2rsshape4: list of r/h (incircle/max-edge-length)
- geomflow: explicit Euler stepping X_{n+1}=X_n+dt*f(X_n)*N,
- getA: get areas of triangles in X=p.X+uN
- getN: unit normals,
- getV: (algebraic) volume of X=p.X+uN
- mcff: rhs f (scalar) for MCF
- meshqdat: mesh-quality data;
- moveX: remesh X and move points; taken from distmesh
- mytitle: dummy, template for user 'mytitle' to be used in pplot.m
- oosetfemops: DUMMY version for Xcont (needed in, e.g., p=loadp(dir,pt))
- plotHK: plot MC H and Gauss curvature K, mostly for sanity checks
- ploteigsys: convenience function to plot m evecs, starting with most negative
- pplot: parametric plot, typically called from userplot; lots of options,
- qfA: area constraint
- qfV: volume constraint
- qjacA: u-derivative of area constraint qfA
- qjacV: u-derivative of volume constraint qfV
- refineX: mesh-adaption for surface meshes, based on p.fuha.e2rs;
- refufumaxA: mod of STANUFU with refinement of triangles with T>p.maxA
- retrigX: re-triangulate X, taken from distmesh
- rmbdtrifromlist: remove boundary triangles from list; for corsen and refine
- rmdegfaces: mod of REMOVE_DEGENERATE_FACES from gptoolbox
- stanparamX: set some p2p params to 'typical' values for Xcont
- stansavefuX: mod of stansavefu which does save p.mat
- updX: template for update p.X, return u in p.up, set u to zero
- userplot: Xcont version, called for p.plot.pstyle=-1;
- vpmcff: rhs f for volume preserving MCF, explicit, and BCs ignored;