Skip to content

Re: Question about Cavity2d Example

#2363
robin.trunk
Keymaster

When using sequential mode the geometry is divided in 7 Cuboids in this examplernCuboidGeometry2D<T> cuboidGeometry(cuboid, converter->getLatticeL(), 7);rnthey reside on the same processor, but are treated separately and each owns a ghost layer for communication. Since you got 14 messages there are probably two nodes per Cuboid where the boundary can’t be set. This usually happens on the overlap, where the normal can’t be computed due to lack of information.rnrnBest regardsrnRobin