Open
Description
I have a case with two adjacent models regions. In Simmodeler, I set up different initial conditions for these two regions. I am wondering which IC is taken for the mesh vertices on the face between these two regions?
It seems to me that "only zero values override existing values" is the only criteria here:
https://github.com/SCOREC/core/blob/master/phasta/phBC.cc#L181-L188
Prof. Sahni @onkarsahni suggests that we allow model faces to have ICs (in SimModeler) - to resolve conflict when two model regions sharing a model face have different ICs. One can even allow model edges and vertices to have ICs (e.g., when three or more model regions sharing a model edge or vertex have different ICs (i.e., each one has a different/unique value)).