Home
last modified time | relevance | path

Searched refs:DMGetGlobalVectorInfo (Results 1 – 5 of 5) sorted by relevance

/honee/include/
H A Dpetsc_ops.h22 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 Dsolution.c36 PetscCall(DMGetGlobalVectorInfo(output_dm, &num_dofs, NULL, NULL)); in TSMonitor_SmartSimSolutionSetup()
H A Dsgs_dd_training.c225 PetscCall(DMGetGlobalVectorInfo(sgs_dd_train->dm_dd_training, &num_dofs, NULL, NULL)); in SGS_DD_TrainingSetup()
/honee/src/
H A Dpetsc_ops.c25 PetscErrorCode DMGetGlobalVectorInfo(DM dm, PetscInt *local_size, PetscInt *global_size, VecType *v… in DMGetGlobalVectorInfo() function
H A Dmisc.c350 PetscCall(DMGetGlobalVectorInfo(honee->dm, &owned_dofs, &glob_dofs, NULL)); in PrintRunInfo()