-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setting boundary indicators #7
Comments
2 is just the no normal flux boundaries. until last week the test here was Indicator 3 was probably made when I was benchmarking the thing and trying PLEASE don't change anything. Roger On Sun, Aug 23, 2015 at 7:15 PM, Anton Ermakov [email protected]
|
Roger, If I don't change anything, it will be impossible to connect matlab output and C input. I am working on making ceres.cc work with 2-layer Ceres outputted from matlab (core/shell interface minimizes gravity anomaly). In order for this to work, I need to introduce a new boundary indicator. Anton. |
If you can finish these changes in ceres.cc by Tuesday evening, then go Given the experience last week, I'm tired of spending hours not on coding Thanks and good luck, On Sun, Aug 23, 2015 at 11:35 PM, Anton Ermakov [email protected]
|
I don't think I can do it by Tuesday evening, I am going to the GRAIL meeting on Tuesday evening until Thursday. Roger, I think you make it sound more dramatic than it actually is. We spent hours on merging because this the first time we did this. If we keep the repos up to date, and always try to edit the latest version it will be easy to merge. I will create a test branch of my forked version of repository to play with ceres.cc (to make it work with matlab outputted multilayer ceres) and work on it and supporting matlab code. I don't really know how to implement this yet, because it's not a simple geometric condition. If you don't want to spent hours on merging just let me know when you push you changes and I will pull them and merge with whatever I have at that point and then push it back to you. Anton. |
Ok, if you're willing to do the merging if it takes a long time... we can Roger On Mon, Aug 24, 2015 at 1:02 PM, Anton Ermakov [email protected]
|
There is something weird near at lines 1502 -- 1523
You have 4 indicators: 0, 1, 2 and 3. I don't get what indicator 3 and 2 are.
Indicator 0: seems like it is when you are at the boundary, but then it gets overwritten.
Indicator 1: Free boundary (not the flat one), no questions here.
Indicator 2: seems like it is just when x or z is less than zero_tolerance, regardless whether or not it's on the boundary, maybe an "else" statement is missing
Indicator 3: seems like it is on the boundary, but x has to be less than 1.0
The text was updated successfully, but these errors were encountered: