Skip to content

polygon input geometry and topgraphy#3

Open
arijitlaik wants to merge 1 commit intojaolive:masterfrom
arijitlaik:master
Open

polygon input geometry and topgraphy#3
arijitlaik wants to merge 1 commit intojaolive:masterfrom
arijitlaik:master

Conversation

@arijitlaik
Copy link
Copy Markdown

polygon input geometry defined by vertices takes care of the topography too, (overlaps not supported, example input file is SiStER_Input_File_run_check_poly.m )
% phase 2
GEOM(2).type=4; % 4 = polygon (then specify xv yv i.e. x and y cordinates of the vertices )
GEOM(2).xv=[0 0 xsize];
GEOM(2).yv=[2*ysize/3 ysize ysize];
fixes #1

@arijitlaik
Copy link
Copy Markdown
Author

@jaolive would you consider merging this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Have observed surface topography as an initial geometry

1 participant