PERIGEE icon indicating copy to clipboard operation
PERIGEE copied to clipboard

优化local_MatMult_MF

Open Goldeninscriptions opened this issue 1 year ago • 0 comments

将Petsc_T::Scatter的调用转移至单元循环最外层

形成(交界面单元的结点数*4个自由度)的中等规模的向量(std::vector),由每个CPU都持有(类似SI_sol)

local_MatMult_MF从这个向量中取16个元素的小向量

Goldeninscriptions avatar Mar 18 '25 01:03 Goldeninscriptions