Finalizes the construction of this mesh. This method is to be called after all nodes and elements have been added. It will do the following: - trim the node and element list to their current size to save memory - assign each node the elements it belongs to - ensure counterclockwise order of internal nodes. This will force outer edges to be oriented in counterclockwise direction along the perimeter. - generate edges - assign edges to elements, edges to nodes and elements to nodes - renumber all entities to ensure list indices concur with global indices - mark outer nodes and edges
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.