Home
last modified time | relevance | path

Searched refs:DMSetNearNullSpaceConstructor (Results 1 – 4 of 4) sorted by relevance

/petsc/src/snes/tutorials/
H A Dex17.c631 …if (user->useNearNullspace) PetscCall(DMSetNearNullSpaceConstructor(cdm, 0, CreateElasticityNullSp… in SetupFE()
/petsc/include/
H A Dpetscdm.h252 PETSC_EXTERN PetscErrorCode DMSetNearNullSpaceConstructor(DM, PetscInt, PetscErrorCode (*)(DM, Pets…
/petsc/src/ts/tutorials/
H A Dex53.c1946 if (0) PetscCall(DMSetNearNullSpaceConstructor(cdm, 0, CreateElasticityNullSpace)); in SetupFE()
/petsc/src/dm/interface/
H A Ddm.c1877 PetscErrorCode DMSetNearNullSpaceConstructor(DM dm, PetscInt field, PetscErrorCode (*nullsp)(DM dm,… in DMSetNearNullSpaceConstructor() function