Searched refs:num_copies (Results 1 – 1 of 1) sorted by relevance
6 PetscInt num_copies; member44 …ies of finite element with %" PetscInt_FMT " components)\n", dim, Nc, vec->num_copies, scalar_Nc)); in PetscFEView_Vector_Ascii()73 PetscInt n, Ncopies = v->num_copies; in PetscFESetUp_Vector()112 *dim *= v->num_copies; in PetscFEGetDimension_Vector()128 Nc = scalar_Nc * v->num_copies; in PetscFEVectorInsertTabulation()135 PetscReal *Tp = &Tk[p * scalar_point_stride * v->num_copies * v->num_copies]; in PetscFEVectorInsertTabulation()137 for (PetscInt j = 0; j < v->num_copies; j++) { in PetscFEVectorInsertTabulation()139 …PetscInt i = v->interleave_basis ? (scalar_i * v->num_copies + j) : (j * scalar_Nb… in PetscFEVectorInsertTabulation()144 …PetscInt c = v->interleave_components ? (scalar_c * v->num_copies + j) : (j * scal… in PetscFEVectorInsertTabulation()195 Tp = &Tk[off * scalar_block * v->num_copies * v->num_copies]; in PetscFEComputeTabulation_Vector()[all …]