cnske

Results 5 comments of cnske

Thanks @15b3 for the tip. I have not noticed that actually. I will open it as an issue, so that combination plotting will be possible some day in the future.

I have an additional question regarding the manual assignment of boundaries as mentioned [above](https://github.com/CHLNDDEV/OceanMesh2D/issues/95#issuecomment-655610877). When doing so a plot which helps to select the right nodes is showing. However, this...

Ok. I assumed that. Do I somehow need to append the output of the repetitive call to `m` or does a different type of boundary prevent overwriting? Regarding the prompt...

Your memory was correct, the program automatically appends to the appropriate fields when called w/o overwriting. I checked regarding any kind of delay on my computer and waited almost 10...

I'm calling `msh.make_bc()` like follows to create my boundaries: `m = make_bc(m, 'auto', gdat);` `m = make_bc(m, 'outer', 1);`