Searched refs:cont (Results 1 – 14 of 14) sorted by relevance
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/Styles/ |
| H A D | HeadersDiff.css | 39 .cont { background-color: #EEE; } 43 .left .cont { background-color: #DDD; } 44 .right .cont { background-color: #EEE; } 45 .lblock .cont { background-color: #9D9; } 46 .rblock .cont { background-color: #DD6; } 47 .insert .cont { background-color: #0DD; } 48 .delete .cont { background-color: #8AD; }
|
| /petsc/src/ksp/ksp/tutorials/output/ |
| H A D | ex70_fetidp_saddlepoint.out | 13 .... ....pop cont: adjusted 102 cells 25 .... ....pop cont: adjusted 33 cells 37 .... ....pop cont: adjusted 29 cells 49 .... ....pop cont: adjusted 14 cells
|
| H A D | ex70_fetidp_lumped.out | 13 .... ....pop cont: adjusted 102 cells 25 .... ....pop cont: adjusted 33 cells 37 .... ....pop cont: adjusted 29 cells 49 .... ....pop cont: adjusted 14 cells
|
| H A D | ex70_fetidp_saddlepoint_lumped.out | 13 .... ....pop cont: adjusted 102 cells 25 .... ....pop cont: adjusted 33 cells 37 .... ....pop cont: adjusted 29 cells 49 .... ....pop cont: adjusted 14 cells
|
| H A D | ex70_fetidp.out | 13 .... ....pop cont: adjusted 102 cells 25 .... ....pop cont: adjusted 33 cells 37 .... ....pop cont: adjusted 29 cells 49 .... ....pop cont: adjusted 14 cells
|
| H A D | ex70_1.out | 12 .... ....pop cont: adjusted 30 cells
|
| H A D | ex70_1_matis.out | 12 .... ....pop cont: adjusted 30 cells
|
| /petsc/src/sys/objects/device/tests/ |
| H A D | ex11.cxx | 21 PetscErrorCode operator()(PetscDeviceContext dctx, PetscContainer cont) const noexcept in operator ()() 23 const auto obj = reinterpret_cast<PetscObject>(cont); in operator ()() 97 …etscErrorCode TestAllCombinations(PetscDeviceContext dctx, const std::vector<PetscContainer> &cont) in TestAllCombinations() argument 104 PetscCallCXX(cont_ids.reserve(cont.size())); in TestAllCombinations() 105 for (auto &&c : cont) { in TestAllCombinations() 115 for (auto it = cont.cbegin(), next = std::next(it); it != cont.cend(); ++it, ++next) { in TestAllCombinations() 123 if (next >= cont.cend()) next = cont.cbegin(); in TestAllCombinations() 135 const auto num_expected_keys = std::min(cont.size(), static_cast<std::size_t>(2)); in TestAllCombinations() 156 …cont.size() == 1 || it != next, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Test assumes different inputs, o… in TestAllCombinations()
|
| /petsc/src/sys/tests/ |
| H A D | ex15.cxx | 86 PetscContainer cont; in main() local 165 cont = nullptr; in main() 213 (void)cont; in main()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 58 PetscContainer cont; in PetscViewerGetAttachedVersion_Private() local 61 PetscCall(PetscObjectQuery((PetscObject)viewer, key, (PetscObject *)&cont)); in PetscViewerGetAttachedVersion_Private() 63 if (cont) PetscCall(PetscContainerGetPointer(cont, v)); in PetscViewerGetAttachedVersion_Private()
|
| /petsc/src/dm/dt/dualspace/impls/lagrange/ |
| H A D | dspacelagrange.c | 963 PetscBool cont, tensor, trimmed, boundary, mom; in PetscDualSpaceDuplicate_Lagrange() local 970 PetscCall(PetscDualSpaceLagrangeGetContinuity(sp, &cont)); in PetscDualSpaceDuplicate_Lagrange() 971 PetscCall(PetscDualSpaceLagrangeSetContinuity(spNew, cont)); in PetscDualSpaceDuplicate_Lagrange()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 1222 (soot-mom/cont-ca-limit 0.1) 2037 (dpm/surf-inj-cont-partid? #t) 4127 (mp/evap-cond/cont-intf-transfer 1.) 4502 (mp/reg-trans/aiad/sfc-coeff-cont-pair 0) 4512 (mp/reg-trans/aiad/sp-cont 0) 4513 (mp/reg-trans/aiad/pp-cont 0) 6277 (mesh/bad/repair-sltn/disable-cont-eqn? #t) 7282 (si/enforce-cont-after-bc? #f)
|
| /petsc/doc/manual/ |
| H A D | other.md | 419 the debugger command `cont` should be used to continue execution of
|
| /petsc/doc/faq/ |
| H A D | index.md | 1743 …or run in [TotalView](https://totalview.io/products/totalview). Then use `cont` (for continue) in …
|