Searched refs:eigvec (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | sgs_dd_model.c | 315 CeedVector inv_multiplicity, eigvec; in SgsDDSetupNodalEvaluation_Sequential() local 383 PetscCallCeed(ceed, CeedElemRestrictionCreateVector(elem_restr_eigvec, &eigvec, NULL)); in SgsDDSetupNodalEvaluation_Sequential() 427 …eedOperatorSetField(op_sgs_dd_inputs, "eigenvectors", elem_restr_eigvec, CEED_BASIS_NONE, eigvec)); in SgsDDSetupNodalEvaluation_Sequential() 455 …edOperatorSetField(op_sgs_dd_outputs, "eigenvectors", elem_restr_eigvec, CEED_BASIS_NONE, eigvec)); in SgsDDSetupNodalEvaluation_Sequential() 479 PetscCallCeed(ceed, CeedVectorDestroy(&eigvec)); in SgsDDSetupNodalEvaluation_Sequential()
|