CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2013
    Posts
    1

    Problems on the surface of Hexahedral mesh generation using octree based approach

    Hello Every one,


    I have written code for an algorithm , which generates hexa hedral mesh using octree based approach. But, the inner mesh is fine. But, on the surface there are some flipovers. I have attached an image of my output with the problem I have talked about in red circles. Could an one be able to tell me how to over come that? Thanking you.boundary.jpg

  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Problems on the surface of Hexahedral mesh generation using octree based approach

    Quote Originally Posted by vermaharish View Post
    Hello Every one,


    I have written code for an algorithm , which generates hexa hedral mesh using octree based approach. But, the inner mesh is fine. But, on the surface there are some flipovers. I have attached an image of my output with the problem I have talked about in red circles. Could an one be able to tell me how to over come that? Thanking you.boundary.jpg
    You "overcome" problems by doing something I'm sure you've heard of, and any programmer would do for these problems:

    Debug your code.

    What else are we to tell you?

    Regards,

    Paul McKenzie

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured