|
| function | PolyMesher (in Domain, in NElem, in MaxIter, in P) |
| |
| function | PolyMshr_RndPtSet (in NElem, in Domain) |
| |
| function | PolyMshr_FixedPoints (in P, in R_P, in PFix) |
| |
| function | PolyMshr_Rflct (in P, in NElem, in Domain, in Alpha) |
| |
| function | PolyMshr_CntrdPly (in Element, in Node, in NElem) |
| |
| function | PolyMshr_ExtrNds (in NElem, in Node0, in Element0) |
| |
| function | PolyMshr_CllpsEdgs (in Node0, in Element0, in Tol) |
| |
| function | PolyMshr_RsqsNds (in Node0, in Element0) |
| |
| function | PolyMshr_RbldLists (in Node0, in Element0, in cNode) |
| |
| function | PolyMshr_PlotMsh (in Node, in Element, in NElem, in Supp, in Load) |
| |
Modified version of the original PolyMesher main file - version 1.1.
- Author
- Ilario Mazzieri
The original version is taken from http://paulino.princeton.edu/software.html ---------------— PolyMesher version: 1.1 (Aug13) ------------------—% Ref1: C Talischi, GH Paulino, A Pereira, IFM Menezes, % "PolyMesher: A general-purpose mesh generator for polygonal %
elements written in Matlab", Struct Multidisc Optim, 2012, % DOI 10.1007/s00158-011-0706-z % % Ref2: A Pereira, C Talischi, GH Paulino, IFM Menezes, MS Carvalho, % "Implementation of fluid flow topology optimization in PolyTop", % Struct Multidisc Optim, 2013, DOI XX.XXXX/XXXXXX-XXX-XXX-X % ----------------------------------------------------------------------—%
Definition in file PolyMesher.m.