Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/power_grid/stability_9bus/output/ !
H A Dex9busdmnetwork_2.out1 ... (1) Prefault period ...
11 ... (3) Disturbance period ...
23 ... (5) Post-disturbance period ...
H A Dex9busdmnetwork_1.out1 ... (1) Prefault period ...
11 ... (3) Disturbance period ...
23 ... (5) Post-disturbance period ...
/petsc/src/mat/impls/mffd/ !
H A Dmffd.c522 static PetscErrorCode MatMFFDSetPeriod_MFFD(Mat mat, PetscInt period) in MatMFFDSetPeriod_MFFD() argument
528 ctx->recomputeperiod = period; in MatMFFDSetPeriod_MFFD()
845 PetscErrorCode MatMFFDSetPeriod(Mat mat, PetscInt period) in MatMFFDSetPeriod() argument
849 PetscValidLogicalCollectiveInt(mat, period, 2); in MatMFFDSetPeriod()
850 PetscTryMethod(mat, "MatMFFDSetPeriod_C", (Mat, PetscInt), (mat, period)); in MatMFFDSetPeriod()
/petsc/doc/changes/ !
H A Ddev.md6 % * Don't use a period (.) at the end of entries
7 % * If multiple sentences are needed, use a period or semicolon to divide sentences, but not at the…
H A D323.md6 % * Don't use a period (.) at the end of entries
7 % * If multiple sentences are needed, use a period or semicolon to divide sentences, but not at the…
H A D324.md6 % * Don't use a period (.) at the end of entries
7 % * If multiple sentences are needed, use a period or semicolon to divide sentences, but not at the…
H A D322.md6 % * Don't use a period (.) at the end of entries
7 % * If multiple sentences are needed, use a period or semicolon to divide sentences, but not at the…
H A D320.md6 % * Don't use a period (.) at the end of entries
7 % * If multiple sentences are needed, use a period or semicolon to divide sentences, but not at the…
H A D321.md6 % * Don't use a period (.) at the end of entries
7 % * If multiple sentences are needed, use a period or semicolon to divide sentences, but not at the…
H A D316.md6 % * Don't use a period (.) at the end of entries
7 % * If multiple sentences are needed, use a period or semicolon to divide sentences, but not at the…
H A D319.md6 % * Don't use a period (.) at the end of entries
7 % * If multiple sentences are needed, use a period or semicolon to divide sentences, but not at the…
H A D318.md22 % * Don't use a period (.) at the end of entries
23 % * If multiple sentences are needed, use a period or semicolon to divide sentences, but not at the…
H A D317.md6 % * Don't use a period (.) at the end of entries
7 % * If multiple sentences are needed, use a period or semicolon to divide sentences, but not at the…
/petsc/src/dm/impls/da/hypre/ !
H A Dmhyp.c102 HYPRE_Int hlower[3], hupper[3], period[3] = {0, 0, 0}; in MatSetUp_HYPREStruct() local
139 if (px == DM_BOUNDARY_PERIODIC) period[0] = (HYPRE_Int)Nx; in MatSetUp_HYPREStruct()
140 if (py == DM_BOUNDARY_PERIODIC) period[1] = (HYPRE_Int)Ny; in MatSetUp_HYPREStruct()
141 if (pz == DM_BOUNDARY_PERIODIC) period[2] = (HYPRE_Int)Nz; in MatSetUp_HYPREStruct()
145 PetscCallHYPRE(HYPRE_StructGridSetPeriodic(ex->hgrid, period)); in MatSetUp_HYPREStruct()
/petsc/doc/community/ !
H A Dgovernance.md55 Votes are public, presented in the usual discussion venues, and the voting period must remain open …
/petsc/src/ts/tests/ !
H A Dex30.c441 static PetscReal last_t = -100000, period = .5; in PostStep() local
442 if (last_t == -100000) last_t = -period + t; in PostStep()
443 if (t >= last_t + period) { in PostStep()
/petsc/share/petsc/matlab/ !
H A Dlaplacian.m14 % y-direction and period conditions ('P') in the z-direction. Possible
/petsc/doc/tutorials/physics/ !
H A Dguide_to_stokes.md241 …th given fundamental frequency. For example, we can create examples with period one half and visco…
/petsc/share/petsc/datafiles/meshes/ !
H A Dtestcase3D.cas3498 (acoustics-waveeq/ntime-period 1)
6428 (dynamesh/in-cyn/crank-period 10000000000.)
7331 (optics/statistics/averaging/time-period 1000.)
7333 (optics/statistics/sampling/time-period 1.)
8769 (fixed-periodic/time-steps-period 10)
8770 (fixed-periodic/period-or-freq-value 1.)
8771 (fixed-periodic/period-or-freq "Period")