[Gmsh] Boundary layer Field for a submerged 3D object

2019-08-14 Thread Junting Chen
Hello, I am having difficulties of creating boundary layers for a submerged 3D object. I am always getting "Error : Only 2D Boundary Layers are supported (curve ## is adjacet to 3 surfaces)." An example code looks like: SetFactory("OpenCASCADE"); //creating two boxes, box1 is bigger than box2 Box

Re: [Gmsh] gmsh compile

2019-08-14 Thread Max Orok
Hi Mauro, Don't give up on the SDK! I think this may be a problem with the linker being unable to find the library. It would help if you post your exact error messages. Here is an older post related to VS issues that might help you out: https://gitlab.onelab.info/gmsh/gmsh/issues/551 *From that