Searched refs:DMGetGlobalVectorInfo (Results 1 – 5 of 5) sorted by relevance
| /honee/include/ |
| H A D | petsc_ops.h | 22 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v… 35 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v…
|
| /honee/src/smartsim/ |
| H A D | solution.c | 36 PetscCall(DMGetGlobalVectorInfo(output_dm, &num_dofs, NULL, NULL)); in TSMonitor_SmartSimSolutionSetup()
|
| H A D | sgs_dd_training.c | 225 PetscCall(DMGetGlobalVectorInfo(sgs_dd_train->dm_dd_training, &num_dofs, NULL, NULL)); in SGS_DD_TrainingSetup()
|
| /honee/src/ |
| H A D | petsc_ops.c | 25 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v… in DMGetGlobalVectorInfo() function
|
| H A D | misc.c | 350 PetscCall(DMGetGlobalVectorInfo(honee->dm, &owned_dofs, &glob_dofs, NULL)); in PrintRunInfo()
|