Searched refs:DS (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | DS.pyx | 10 cdef class DS(Object): class 54 """Create an empty DS. 110 """Set parameters in a `DS` from the options database. 137 """Return the spatial dimension of the DS. 141 The spatial dimension of the `DS` is the topological dimension of the 154 """Return the coordinate dimension of the DS. 158 The coordinate dimension of the `DS` is the dimension of the space into 171 """Return the number of fields in the DS.
|
| H A D | CAPI.pyx | 324 # -- DS -- 327 cdef DS retv = DS() 333 cdef DS ob = <DS?> arg
|
| H A D | PETSc.pyx | 258 include "DS.pyx" 583 PyPetscType_Register(PETSC_DS_CLASSID, DS)
|
| H A D | DM.pyx | 740 def getDS(self) -> DS: 741 """Return default `DS`. 750 cdef DS ds = DS() 2502 def __get__(self) -> DS:
|
| /petsc/src/tao/quadratic/impls/bqpip/ |
| H A D | bqpip.c | 134 PetscCall(VecStepMax(qp->S, qp->DS, &tstep3)); in QPIPStepLength() 192 PetscCall(VecAXPY(qp->DS, -1.0, qp->S)); in QPIPComputeStepDirection() 195 PetscCall(VecAXPY(qp->DS, -1.0, qp->TSwork)); in QPIPComputeStepDirection() 230 PetscCall(VecDuplicate(tao->solution, &qp->DS)); in TaoSetup_BQPIP() 308 PetscCall(VecSet(qp->DS, 0.0)); in TaoSolve_BQPIP() 356 PetscCall(VecAXPY(qp->RHS2, 1.0, qp->DS)); in TaoSolve_BQPIP() 362 PetscCall(VecDot(qp->DS, qp->DT, gap + 1)); in TaoSolve_BQPIP() 384 PetscCall(VecPointwiseMult(qp->DS, qp->DS, qp->DT)); in TaoSolve_BQPIP() 385 PetscCall(VecScale(qp->DS, -1.0)); in TaoSolve_BQPIP() 386 PetscCall(VecShift(qp->DS, sigmamu)); in TaoSolve_BQPIP() [all …]
|
| H A D | bqpipimpl.h | 38 Vec DS; member
|
| /petsc/doc/changes/ |
| H A D | 314.md | 256 - Add DMSetRegionNumDS() to directly set the DS for a given region 258 fields in the DS
|
| H A D | 319.md | 222 …, `DMSetRegionDS()`, `DMGetRegionNumDS()`, `DMSetRegionNumDS()` can also set and return an input DS 250 …ow `PetscFEIntegrateHybridResidual()` and `PetscFEIntegrateHybridJacobian()` also take the input DS
|
| H A D | 316.md | 179 - Remove `DMGetNumBoundary()` and `DMGetBoundary()` in favor of DS
|
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | PETSc.pxd | 308 ctypedef public api class DS(Object) [ class
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_object.py | 247 CLASS = PETSc.DS
|
| /petsc/doc/manual/ |
| H A D | fe.md | 25 The DS provides the user a description of the approximation space on any given cell. It also gives …
|
| /petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/ |
| H A D | petsc4py.i | 593 %petsc4py_objt( Petsc , DS , PetscDS , PETSC_DS )
|