Searched defs:component (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/ksp/pc/impls/hmg/ |
| H A D | hmg.c | 13 PetscInt component; /* Which subspace is used for the subspace-based coarsening algorithm? */ member 16 …HMGExtractSubMatrix_Private(Mat pmat, Mat *submat, MatReuse reuse, PetscInt component, PetscInt bl… in PCHMGExtractSubMatrix_Private() 370 static PetscErrorCode PCHMGSetCoarseningComponent_HMG(PC pc, PetscInt component) in PCHMGSetCoarseningComponent_HMG() 399 PetscErrorCode PCHMGSetCoarseningComponent(PC pc, PetscInt component) in PCHMGSetCoarseningComponent()
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | pffunctions.c | 44 void *component; in FormJacobian_Power_private() local 253 void *component; in FormFunction_Power() local 358 void *component; in SetInitialGuess_Power() local
|
| H A D | power2.c | 32 void *component; in FormFunction_Subnet() local 178 void *component; in FormJacobian_Subnet() local 378 void *component; in SetInitialValues_Subnet() local
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex3.c | 186 void *component; in main() local
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 209 void *component; in FormFunction() local 273 void *component; in SetInitialGuess() local
|
| /petsc/src/ts/tutorials/power_grid/stability_9bus/ |
| H A D | ex9busdmnetwork.c | 374 void *component; in SetInitialGuess() local 493 void *component; in FormIFunction() local 755 void *component; in AlgFunction() local
|
| /petsc/include/petsc/private/ |
| H A D | dmnetworkimpl.h | 144 DMNetworkComponent *component; /* List of components that have been registered */ member
|
| /petsc/src/dm/impls/network/ |
| H A D | network.c | 924 DMNetworkComponent *component = NULL, *newcomponent = NULL; in DMNetworkRegisterComponent() local 1362 DMNetworkComponent *component = &network->component[componentkey]; in DMNetworkAddComponent() local 1462 …nent(DM dm, PetscInt p, PetscInt compnum, PeOp PetscInt *compkey, PetscCtxRt component, PeOp Petsc… in DMNetworkGetComponent()
|
| /petsc/config/BuildSystem/config/ |
| H A D | base.py | 118 def logError(self, component, status, output, error): argument
|
| /petsc/src/dm/impls/stag/ |
| H A D | stagutils.c | 221 const PetscInt component = 0; in DMStagGetProductCoordinateLocationSlot() local
|