From: Harshad S. <hsa...@pu...> - 2018-05-07 21:27:33
|
Hello, I need to add a group of variables to my CondensedEigenSystem. My current code handles a single variable. What would be the shortest way to update my code to accommodate the variable group? I would like the PetscMatrix to be block sparse with a node major ordering. What should I set in DofMap in the code to get this done without using the " --node_major_dofs " command line option? Thanks! Harshad |