Hello,
I am new to petsc and tried running different examples.
I found that the time taken to execute the same pogram with threading and without threading is same(Actually multi threaded one should take much less compared to single thread/sequential).
I also want to know whether petsc supports(has implemented sve) on arm.
Does changing refinement size increases the number of cells in the mesh exponentially . If it's not the case please clarify what does refinement represents in petsc tutorials.
Hello, I am new to petsc and tried running different examples.