| /petsc/src/snes/tutorials/ |
| H A D | ex5m.m | 14 % compute interior u and derivatives 20 % evaluate interior part of function
|
| /petsc/src/dm/impls/plex/tests/output/ |
| H A D | ex1_fluent_5.out | 10 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 1 is label interior-main 23 interior-main: 1 strata with value/size (1 (198))
|
| H A D | ex1_fluent_4.out | 8 [0] <viewer:ascii> DMPlexCreateFluent_ReadSection(): CASE: Zone ID 1 is label interior-main 24 interior-main: 1 strata with value/size (1 (208))
|
| /petsc/src/dm/tests/output/ |
| H A D | ex43_1.out | 17 After setting interior values to 1:
|
| /petsc/src/dm/dt/tests/output/ |
| H A D | ex7_1234.out | 75 interior product matrix pattern: 176 interior product matrix pattern: 212 interior product matrix pattern: 353 interior product matrix pattern: 429 interior product matrix pattern: 473 interior product matrix pattern: 681 interior product matrix pattern: 833 interior product matrix pattern: 945 interior product matrix pattern: 1005 interior product matrix pattern:
|
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ |
| H A D | hypre.h | 19 PetscErrorCode PCHYPREAMSSetInteriorNodes(PETSC_UNUSED PC pc,PETSC_UNUSED Vec interior){PetscPCHYPR… in PCHYPREAMSSetInteriorNodes() argument
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | square.cas | 362 (45 (3 interior interior)())
|
| H A D | wedge_cylinder.cas | 427 (39 (1 interior interior-main 1)(
|
| H A D | square_bin_physnames.msh | 15 2 9 "interior"
|
| H A D | testcase3D.cas | 561 (acoustics/interior-list ()) 5396 (disco/second-order-interior? #t) 5408 (disco/interior-pixels? #f) 5546 (s2s/max-interior-angle 190.) 5654 (temperature/anisotropy/coeff/interior 1) 6348 (gocart/prism/delete-interior-faces? #t) 6372 (polyhedra/dual/preserve-interior-pattern "") 7234 (nonconformal/add-new-child-interior? #f) 8388 (defaults/pre-2021r2-interior-nci-gradient-enhancement? #f) 8604 (export/ensight/interior-zones ()) [all …]
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 140 VecHYPRE_IJVector interior; member 465 if (jac->interior) { in PCSetUp_HYPRE() 466 HYPRE_ParVector interior = NULL; in PCSetUp_HYPRE() local 467 PetscCallHYPRE(HYPRE_IJVectorGetObject(jac->interior->ij, (void **)(&interior))); in PCSetUp_HYPRE() 468 PetscCallHYPRE(HYPRE_AMSSetInteriorNodes(jac->hsolver, interior)); in PCSetUp_HYPRE() 666 PetscCall(VecHYPRE_IJVectorDestroy(&jac->interior)); in PCReset_HYPRE() 2115 static PetscErrorCode PCHYPREAMSSetInteriorNodes_HYPRE(PC pc, Vec interior) in PCHYPREAMSSetInteriorNodes_HYPRE() argument 2120 PetscCall(VecHYPRE_IJVectorDestroy(&jac->interior)); in PCHYPREAMSSetInteriorNodes_HYPRE() 2121 PetscCall(VecHYPRE_IJVectorCreate(interior->map, &jac->interior)); in PCHYPREAMSSetInteriorNodes_HYPRE() 2122 PetscCall(VecHYPRE_IJVectorCopy(interior, jac->interior)); in PCHYPREAMSSetInteriorNodes_HYPRE() [all …]
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PC.pyx | 1292 def setHYPREAMSSetInteriorNodes(self, Vec interior) -> None: argument 1293 """Set the list of interior nodes to a zero conductivity region. 1299 interior 1300 A vector where a value of 1.0 indicates an interior node. 1307 CHKERR(PCHYPREAMSSetInteriorNodes(self.pc, interior.vec)) 2205 def setBDDCChangeOfBasisMat(self, Mat T, interior: bool = False) -> None: 2214 interior 2215 Enable to indicate the change of basis affects interior degrees of 2223 cdef PetscBool pinterior = interior
|
| H A D | Space.pyx | 848 """Return the interior dimension of the dual space. 852 The interior dimension of the dual space, i.e. the number of basis 853 functionals assigned to the interior of the reference domain.
|
| /petsc/src/dm/dt/dualspace/impls/sum/ |
| H A D | dualspacesum.c | 386 static PetscErrorCode PetscDualSpaceSumCreateMappings(PetscDualSpace sp, PetscBool interior, PetscB… in PetscDualSpaceSumCreateMappings() argument 395 if (interior) { in PetscDualSpaceSumCreateMappings() 422 if (interior) { in PetscDualSpaceSumCreateMappings()
|
| /petsc/src/ksp/pc/impls/patch/ |
| H A D | pcpatch.c | 1016 PetscBool interior = PETSC_TRUE; in PCPatchCreateCellPatches() local 1020 interior = PETSC_FALSE; in PCPatchCreateCellPatches() 1027 interior = PETSC_FALSE; in PCPatchCreateCellPatches() 1032 if (interior) { in PCPatchCreateCellPatches() 1085 PetscBool interior = PETSC_TRUE; in PCPatchCreateCellPatches() local 1089 interior = PETSC_FALSE; in PCPatchCreateCellPatches() 1096 interior = PETSC_FALSE; in PCPatchCreateCellPatches() 1101 if (interior) { in PCPatchCreateCellPatches()
|
| /petsc/share/petsc/matlab/ |
| H A D | laplacian.m | 7 % grid with j x k x l interior grid points if N = [j k l], using the
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddc.c | 379 static PetscErrorCode PCBDDCSetChangeOfBasisMat_BDDC(PC pc, Mat change, PetscBool interior) in PCBDDCSetChangeOfBasisMat_BDDC() argument 387 pcbddc->change_interior = interior; in PCBDDCSetChangeOfBasisMat_BDDC() 405 PetscErrorCode PCBDDCSetChangeOfBasisMat(PC pc, Mat change, PetscBool interior) in PCBDDCSetChangeOfBasisMat() argument 422 PetscTryMethod(pc, "PCBDDCSetChangeOfBasisMat_C", (PC, Mat, PetscBool), (pc, change, interior)); in PCBDDCSetChangeOfBasisMat()
|
| /petsc/doc/changes/ |
| H A D | 318.md | 211 - Add `PCHYPREAMSSetInteriorNodes()` to set interior nodes for HYPRE AMS
|
| /petsc/doc/manual/ |
| H A D | section.md | 199 …d with the boundary of a domain to appear before points associated with the interior of the domain.
|
| H A D | dmplex.md | 277 couples to the interior, and we set the flag to 793 where `bdLabel` and `rgLabel` are boundary and interior tags to be
|
| H A D | tao.md | 1722 only for inactive variables in the interior of the bounds. The 2070 The TAOPDIPM method (`-tao_type pdipm`) implements a primal-dual interior 2134 interior-point methods such as PDIPM, the Hessian matrix tends to be 2819 The BQPIP algorithm is an interior-point method for bound constrained
|
| H A D | vec.md | 598 only on their interior edges, but not on their boundary edges.
|
| H A D | mat.md | 1077 and then solving a smaller linear system for the interior unknowns.
|
| H A D | ksp.md | 1508 condensation of the residual at the interior of the subdomains by means
|
| /petsc/doc/ |
| H A D | petsc.bib | 5122 Fourier/finite element technique and an interior penalty method}, 9739 title = {An explicit expression for the penalty parameter of the interior penalty method}, 16459 title = {Some aspects of adaptive grid technology related to boundary and interior 24786 @TechReport{ anitescu.lesaja.ea:infeasible-interior-point, 24788 title = {An infeasible--interior--point predictor--corrector algorithm for the 24940 @Article{ auslender.haddou:interior-proximal, 24942 title = {An interior-proximal method for convex linearly constrained problems and its 26302 @Article{ cao.ferris:interior, 26423 @TechReport{ censor.iusem.ea:interior-point, 26641 @Article{ chen.harker:non-interior, [all …]
|