Importing data file to mesh in pdetool?
2 views (last 30 days)
Show older comments
Greetings all,
I have been familiarizing myself with pdeTool for Finite Element applications. I was wondering, can you import data from a data file into the pdetool GUI and mesh it that way? My data actually corresponds to a certain geological feature, so it does have shape, but not the rectangle or circle in pdetool, i.e., it's not uniform geometry, and it would be easier to read it in.
Please let me know your thoughts - I'd like to try it.
Thanks!
-J
0 Comments
Answers (1)
Bill Greene
on 9 Feb 2012
Hi Jesse,
I don't know of any way to import geometry into the pdetool GUI.
However, an alternative is to use the PDE Toolbox command-line API. If you can represent your geometry as a collection of n-sided polygons, you can pass this to function decsg. decsg returns a representation of the geometry that can be plotted using the pdegplot function and meshed using the initmesh function.
Bill
See Also
Categories
Find more on Geometry and Mesh in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!