Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.189.964 Times

Mesh2Tetra 1.0

  Date Added: June 12, 2013  |  Visits: 324

Mesh2Tetra

Report Broken Link
Printer Friendly Version


Product Homepage
Download (39 downloads)



This function MESH2TETRA converts a triangulated surface mesh into a tetrahedron volume mesh. Main advantage above existing constrained 3D Delaunay is that it will never add new boundary points, (useful for active appearance models) Disadvantage, some highly non-convex surface-shapes cannot be converted. T=Mesh2Tetra(V,F,options); inputs, V : Vertex List N x 3, with x,y,z positions F : Face List M x 3, with vertex indices options : Struct with options options.verbose : if true, show information options.checkinput : if true, check input mesh on errors outputs, T : Tetrahedron List K x 4, with tetrahedron indices Note!, most functions are also available as c-code (much faster), run compile_c_files.m to compile the code How the software works: - First, normal Delaunay is used to created a tetrahedron convexhull. Then outside tetrahedrons and tetrahedrons intersecting the boundary mesh are removed. - Second, New triangulated surface meshes are constructed for the space not yet filled by tetrahedrons. After which Delaunay is done on the new boundary meshes. - Third, The remaining boundary which cannot be filled using Delaunay constraints, is filled with a "Boundary collapse method". The Boundary collapse method merges vertex neighbors, creating tetrahedrons while making the surface mesh smaller (like a deflating balloon) - Fourth, It is possible that a part of the boundary mesh is left over which cannot be filled with tetrahedrons. This is the case if there are no 4 vertices left who can see each other (like a non-convex polygon). In that case nearby Tetrahedrons are removed creating a new boundary mesh. And tetrahedron fitting with the boundary collapse methods is tried again (until success, or a fixed amount of tries)..Please leave a comment if you find a bug, like the code, or have a good suggestion.

Requirements: No special requirements
Platforms: Matlab
Keyword: Boundary Collapse Constraints Creating Method Neighbors Remaining
Users rating: 0/10

License: Shareware Size: 40.96 KB
USER REVIEWS
More Reviews or Write Review


MESH2TETRA RELATED
Games  -  Powerful Sudoku Solver 1.0
SUDOKU_LVL2 - A Sudoku Solver. Usage : Sol=sudoku_lvl2(A)Where A is a incomplete sudoku grid (9 x 9) represented as a 9 x 9 matrix of integers (0-9) with the empty cells being filled with zeros.The algorithm presented here uses the following...
10 KB  
Programming  -  asm2class 0.1.2
Asm2class is a java assembly to class file compiler. Asm2class is release under the terms of the GPL License. The current version of asm2class (0.1.2) is a beta version and allow generating class file from java assembly file that contains class...
1.17 MB  
Programming  -  Assembler JVM 1.0
Compiler for java assembly to class file. This compiler contains dead code detection and allow creating method, field and constructor from a java assembly file
1.14 MB  
Internet Client Suites  -  Turbo Mule 4.3.0
TurboMule is joining the world of file-sharing bringing state-of-the-art technology to the P2P game. It is a very potent and dependable application, ideal for searching, downloading and sharing various types of files such as Movies, Music,...
3.01 MB  
Development Tools  -  Shooting method with GUI 1.0
The code implements the shooting method by means of the Runge-Kutta method of 4th order and the interval bisection method. There is the graphical interface too. When the differential equation is inserted in terms of the standard mathematical...
20.48 KB  
Libraries  -  Method::Declarative 0.03
Method::Declarative is a Perl module to create methods with declarative syntax. SYNOPSIS use Method::Declarative ( --defaults => { precheck => [ [ qw(precheck1 arg1 arg2) ], # ... ], postcheck => [ [ qw(postcheck1 arg3 arg4) ], #...
8.19 KB  
Libraries  -  Catalyst::Controller::Constraints 0.10_02
Catalyst::Controller::Constraints contains Constraint Signatures for Controller Actions. SYNOPSIS package MyApp::Controller::Foo; ... use base qw(Catalyst::Controller::Constraints); __PACKAGE__->config( constraints => { # allow only...
25.6 KB  
Development Tools  -  Boundary Control via Smith Predictor for Beam Equation 1.0
Boundary Control via Modified Smith Predictors for Beam Equation with Delayed Boundary MeasurementSmith predictor and its variants are applied to the boundary control of Euler-Bernoulli beam equation with delayed boundary measurement. The...
10 KB  
Development Tools  -  3D_PML FOR FDTD METHOD(DIPOLE) 1.0
FDTD is Finite Difference Time Domain method,but due to truncated it it will cause the reflectional on its boundary that will cause unnecessary noise to our simulation domain. So minimizing this unwanted signal we use PML(Perfectly Matched...
10 KB  
Development Tools  -  Galerkin Method Dirivative solver (multiple boundary conditions input) 1.0
This gui solves second order derivative functions given any possible boundary conditionsuppose you have a function u,xx=f.... Well this program will solve this for u(x) given multiple boundary conditions. This is something I did for school in an...
10 KB  
NEW DOWNLOADS IN SCRIPTS, DEVELOPMENT TOOLS
Scripts  -  Freelancer Script 5.05
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Post projects. Featured projects. Private projects. Sealed projects. Edit/delete projects. Select freelancers....
5.49 MB  
Scripts  -  B2B Script 4.20
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Sign-up Account (Registration of account). Lead generation tools (for the sellers). Email verification to...
5.49 MB  
Scripts  -  B2C Script 5.06
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). The script comes with totally editable site colors, icons and graphics Multilevel categories allows extensive browsing Admin can change Category ordering or...
5.49 MB  
Scripts  -  Social Networking Script 2.86
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Registration with name, email, password, date of birth etc. User can add multiple school, college, university with start...
5.49 MB  
Scripts  -  Business Networking Script 8.04
Main Features: 100% Secured. Email Support (3 Years). FREE Updates (3 Years). Ajax based interface. Profile creation. Different types of profile. Profile for jobseekers, employers and employed...
5.49 MB  
Development Tools  -  Aml2CHM 3.50
Those who use the popular Aml Pages text editor might be looking out for a way of generating help files from their text and notes. Aml2CHM is a plug-in that was developed to offer people a quick and efficient way of converting Aml Pages documents...
549.99 KB  
Development Tools  -  VMP Viewer 1.0
This is a very rudimentary tool to visualize the VMP files generated by BrainVoyager. Useful to share files with people who do not have BV.
10 KB  
Development Tools  -  Sending reports and timestamped file by emailing 1.0
main executing reference usage:[1] usage_send_mail.mIllustrates email sending with multiple separate files or single timestamped tar file. Attachment failure is properly handled, with continuation of report emailing without the attachment.[2]...
768 KB  
Development Tools  -  IrisMVC 2.0 rc1
IrisMVC is an OOP PHP framework that developers can use as a strong and secure foundation to build on various web applications following the Model-View-Controller (MVC) pattern. It provides the basic functionality developers need, without...
51.2 KB  
Development Tools  -  7-Zip for Script 4.42
7-Zip is a file archiver with a high compression ratio.Features:- High compression ratio in new 7z format with LZMA compression- Supported formats:- Packing / unpacking: 7z, ZIP, GZIP, BZIP2 and TAR- Unpacking only: RAR, CAB, ISO, ARJ, LZH, CHM,...
624.64 KB