Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 VecCreateGhost() 或 VecMPISetGhost() 函数,我知道 PETSc 允许其向量携带幻影值。有谁知道是否有类似的功能可以创建带有鬼线的矩阵?谢谢,米里亚姆
似乎不存在这样的功能。所以我必须把我的矩阵变成向量。矩阵对象只能用于构建线性系统,不能用于存储数据。