Home
last modified time | relevance | path

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

/petsc/src/binding/petsc4py/test/
H A Dtest_comm.py58 cw = PETSc.Comm(MPI.COMM_WORLD)
61 self.assertEqual(cw, PETSc.COMM_WORLD)
70 cw = PETSc.COMM_WORLD.tompi4py()
71 self.assertTrue(isinstance(cw, MPI.Intracomm))
72 self.assertEqual(cw.Get_size(), PETSc.COMM_WORLD.getSize())
73 self.assertEqual(cw.Get_rank(), PETSc.COMM_WORLD.getRank())
/petsc/src/ts/tutorials/power_grid/
H A Dex5.c34 PetscReal cw; /* Scale factor for Weibull distribution */ member
100 user->cw = 5; in WindSpeeds()
106 PetscCall(PetscOptionsReal("-cw", "", "", user->cw, &user->cw, NULL)); in WindSpeeds()
124 PetscCall(VecScale(user->wind_data, -1 / user->cw)); in WindSpeeds()
/petsc/src/sys/error/
H A Dfp.c413 unsigned int cw;
418 cw = _EM_INVALID | _EM_ZERODIVIDE | _EM_OVERFLOW;
421 cw = 0;
424 (void)_controlfp(0, cw);
/petsc/src/dm/dt/dualspace/impls/lagrange/
H A Ddspacelagrange.c444 const PetscScalar *cw = &coords[closureOrder[revlexOrder[w]] * dim]; in PetscLagNodeIndicesComputeVertexOrder() local
448 if ((diff = PetscRealPart(cv[d] - cw[d])) != 0.) break; in PetscLagNodeIndicesComputeVertexOrder()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas7393 (lb/collide-coeffs/cw 0.5)
8226 (les-wmles-smnsomg/cw 0.15)
8229 (les-wmles/cw 0.15)