Searched refs:num_dofs (Results 1 – 2 of 2) sorted by relevance
| /honee/src/smartsim/ |
| H A D | solution.c | 30 PetscInt num_dofs, num_comps; in TSMonitor_SmartSimSolutionSetup() local 36 PetscCall(DMGetGlobalVectorInfo(output_dm, &num_dofs, NULL, NULL)); in TSMonitor_SmartSimSolutionSetup() 39 smartsimsol->local_array_dims[0] = num_dofs / num_comps; in TSMonitor_SmartSimSolutionSetup()
|
| H A D | sgs_dd_training.c | 222 PetscInt num_dofs, num_comps, local_min_max[2] = {0.}, global_min_max[2] = {0.}; in SGS_DD_TrainingSetup() local 225 PetscCall(DMGetGlobalVectorInfo(sgs_dd_train->dm_dd_training, &num_dofs, NULL, NULL)); in SGS_DD_TrainingSetup() 227 local_min_max[0] = num_dofs; in SGS_DD_TrainingSetup()
|