Function CopyDataSetstoSolutionOut

Function Documentation

void CopyDataSetstoSolutionOut(MPI_Comm COMM, char indexname[], char outputname[])

output file of a solve is mostly a copy of the input file

Parameters
  • COMM: The MPI communicator, probably PETSC_COMM_WORLD.
  • indexname: The full path to <solution_input>.h5, given as command-line argument with -input.
  • outputname: The full path to <solution_output>.h5, given as command-line argument with -output.