Home
last modified time | relevance | path

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

/petsc/src/ksp/ksp/tutorials/
H A Dex54f.F9038 PetscReal::coord(2, 4), dd(2, 2), ev(3), blb(2)
76 ev(1) = 1.0
77 ev(2) = eps*ev(1)
124 call thfx2d(ev, coord, shp, dd, f2, f2, f4, ex54_psi)
259 subroutine thfx2d(ev, xl, shp, dd, ndm, ndf, nel, dir) argument
262 PetscReal ev(2), xl(ndm, nel), shp(3, *), dir
279 dd(1, 1) = c2*ev(1) + s2*ev(2)
280 dd(2, 2) = s2*ev(1) + c2*ev(2)
281 dd(1, 2) = cs*(ev(1) - ev(2))
/petsc/src/dm/impls/swarm/tests/
H A Dex4.c421 const PetscReal ev = -x0 * omega * st; in ComputeError() local
428 …uble)PetscAbsReal(x - ex), (double)PetscAbsReal(v - ev), (double)x, (double)v, (double)ex, (double… in ComputeError()
/petsc/config/BuildSystem/config/
H A DsetCompilers.py2715 for ev in envVarChecklist:
2716 if ev in os.environ:
2717 self.argDB[ev] = os.environ[ev]
/petsc/src/dm/impls/plex/
H A Dplexcreate.c4226 PetscInt ev[] = {cells_flat[i * 4 + e], cells_flat[i * 4 + ((e + 1) % 4)]}; in DMPlexCreateTPSMesh_Internal() local
4227 const PetscReal *evCoords[] = {&vtxCoords[3 * ev[0]], &vtxCoords[3 * ev[1]]}; in DMPlexCreateTPSMesh_Internal()
4241 PetscInt ev[] = {cells_flat[i * 4 + e], cells_flat[i * 4 + ((e + 1) % 4)]}; in DMPlexCreateTPSMesh_Internal() local
4242 const PetscReal *evCoords[] = {&vtxCoords[3 * ev[0]], &vtxCoords[3 * ev[1]]}; in DMPlexCreateTPSMesh_Internal()
4247 edges[edge][0] = ev[0]; in DMPlexCreateTPSMesh_Internal()
4248 edges[edge][1] = ev[1]; in DMPlexCreateTPSMesh_Internal()
4252 edges[edge][0] = ev[0]; in DMPlexCreateTPSMesh_Internal()
4253 edges[edge][1] = ev[1]; in DMPlexCreateTPSMesh_Internal()
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1777 const PetscScalar *const *ev; in PCSetUp_HPDDM() local
1824 ev = data->levels[0]->P->getVectors(); in PCSetUp_HPDDM()
1825 if (ev) { in PCSetUp_HPDDM()
1827 … PetscCall(VecCreateSeqWithArray(PETSC_COMM_SELF, 1, data->levels[0]->P->getDof(), ev[0], &xin)); in PCSetUp_HPDDM()
1830 PetscCall(VecPlaceArray(xin, ev[n])); in PCSetUp_HPDDM()
/petsc/doc/
H A Dpetsc.bib34668 title = {Some Theorems on \v{C}eby\v{s}ev Approximation},