darylbond
darylbond
I am implementing a face-centred solver and am having some issues with setting periodic domains. Essentially the problem is repeated data at the periodic boundary. An example is given below...
I am running into a segfault when my domain is completely covered by the fine grid. The sequence of events is as follows: 1. Generate an empty m_cfpatch in YAFluxRegister...
In my implementation, setting `eb2.small_volfrac` triggered a situation where the boundary normal provided by `ebfactory->getBndryNormal()` did not correspond with the associated face area fractions given by `ebfactory->getAreaFrac()`. This lead to...