ENH: overset: new solvers, new stencil
7 unresolved threads
7 unresolved threads
Merge request reports
Activity
Filter activity
assigned to @andy
164 ( 165 sumNon, 166 sumOp<scalar>(), 167 UPstream::msgType() 168 //mesh().comm() 169 ); 170 sumNon /= returnReduce 171 ( 172 D.size(), 173 sumOp<label>(), 174 UPstream::msgType() 175 //mesh().comm() 176 ); 177 178 InfoIn("lduMatrix::relax(const scalar alpha)") 179 << "Matrix dominance test" << nl 239 if (interfaces.set(patchi)) 240 { 241 const Field<Type>& bouCoeffs = 242 m.boundaryCoeffs()[patchi]; 243 244 const scalarField psiCmpt 245 ( 246 m.psi().primitiveField().component(cmpt) 247 ); 248 249 scalarField correctionSourceCmpt 250 ( 251 correctionSource.component(cmpt) 252 ); 253 254 interfaces[patchi].updateInterfaceMatrix mentioned in commit d5ee84cc