Searched refs:n_epochs (Results 1 – 1 of 1) sorted by relevance
9 PetscInt n_epochs = 10; in main() local20 PetscCall(PetscOptionsInt("-epochs", "Number of epochs", __FILE__, n_epochs, &n_epochs, NULL)); in main()42 for (PetscInt epoch = 0; epoch < n_epochs + 1; epoch++) { in main()