Searched defs:_p_Mat (Results 1 – 1 of 1) sorted by relevance
456 struct _p_Mat { struct458 PetscLayout rmap, cmap;459 void *data; /* implementation-specific data */460 …MatFactorType factortype; /* MAT_FACTOR_LU, ILU, CHOLESKY or ICC */461 …ization doesn't actually do a symbolic factorization, it is delayed to the numeric factorization */462 … /* factorization can use ordering provide to routine (most PETSc implementations) */463 …MAT_FACTOR_NUM_TYPES]; /* what is the preferred (or default) ordering for the matrix solver type */464 PetscBool assembled; /* is the matrix assembled? */465 …scBool was_assembled; /* new values inserted into assembled mat */466 …nt num_ass; /* number of times matrix has been assembled */[all …]