Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex37.c120 Vec X2, A, R, E, vX, vX2, vA, vR, vE; in test_view() local
131 PetscCall(convert_from_nest(E, &vE)); in test_view()
146 …PetscCall(VecErrorWeightedNorms(vX, vX2, e ? vE : NULL, norm, 0.5, a ? vA : NULL, 0.5, r ? vR : NU… in test_view()
165 PetscCall(VecDestroy(&vE)); in test_view()
/petsc/src/dm/label/
H A Ddmlabel.c2367 PetscInt nV, vS = 0, vE = 0, v, N; in DMLabelConvertToSection() local
2376 vE = values[0] + 1; in DMLabelConvertToSection()
2380 vE = PetscMax(vE, values[v] + 1); in DMLabelConvertToSection()
2383 PetscCall(PetscSectionSetChart(*section, vS, vE)); in DMLabelConvertToSection()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c336 Vec vx, vv, vw, vE; in MonitorParticles() local
340 PetscCall(VecCreateMPIWithArray(comm, dim, Np * dim, PETSC_DECIDE, E, &vE)); in MonitorParticles()
345 PetscCall(VecView(vE, viewer)); in MonitorParticles()
350 PetscCall(VecDestroy(&vE)); in MonitorParticles()