Home
last modified time | relevance | path

Searched refs:E_loc (Results 1 – 1 of 1) sorted by relevance

/libCEED/examples/solids/src/
H A Dmatops.c236 Vec E_loc; in ComputeStrainEnergy() local
239 PetscCall(DMCreateLocalVector(dmEnergy, &E_loc)); in ComputeStrainEnergy()
240 PetscCall(VecGetSize(E_loc, &length)); in ComputeStrainEnergy()
241 PetscCall(VecDestroy(&E_loc)); in ComputeStrainEnergy()