Searched refs:sgs_dd_dir (Results 1 – 1 of 1) sorted by relevance
| /honee/problems/ |
| H A D | sgs_dd_model.c | 648 char sgs_dd_dir[PETSC_MAX_PATH_LEN] = "./dd_sgs_parameters"; in SgsDDSetup() local 677 …arameter_dir", "Path to directory with model parameters (weights, biases, etc.)", NULL, sgs_dd_dir, in SgsDDSetup() 678 sgs_dd_dir, sizeof(sgs_dd_dir), NULL)); in SgsDDSetup() 695 PetscCall(SgsDDContextFill(comm, sgs_dd_dir, &sgsdd_ctx)); in SgsDDSetup()
|