Ok guys here it is...I have loaded a proper GIF of the mesh I want to generate...Once you click the Link I believe you would understand what I am tryin to achieve using matlab
Mesh
Mickey I tried to format it and I think it should make a bit more sense what type of mesh I am trying to achieve.
The entire domain is meshed but along the sloped line the entire mesh is flipped...The slope is say 45 degrees.
It's as if I have two meshed trapezoids along side each other
Tony...
Ok...I have to generate a non-orthogonal grid in a square domain..similar to what I have shown below....I would like to have the option of possibly changing the angle of rotation for the divide line.......Any suggestions...SO far I tried building up the grid using "for loop" statements but it...
Hey guys and gals,
I am trying to generate a random perturbed mesh in Matlab and I an having a bit of problems. Does anyone know any good references that I can use to get an Algorithm or even some sample Matlab code.Or in general any suggestions at all will be welcomed.
Can't wait to see what...
I have two arrays holding coordinates of the cell centers for a finite volume program. One array has 100 x and y values whilst the other has 16 values. I would like to match the cell centers that have the same x and y coordinates in the 2 arrays. Currently I am able to do this using for loops...