Lines Matching full:s
12 Developer's note: Could instead use PetscStrendswith
25 PetscCheck(ext_len, comm, PETSC_ERR_ARG_WRONG, "Zero-size extension: %s", extension); in HoneeCheckFilenameExtension()
35 // @brief Read in binary int based on it's data type
104 …"CGNS file %s does not have FlowIterations array and solution name have 'FlowSolution' (found '%s'… in HoneeLoadInitialCondition()
112 …(PETSC_COMM_WORLD, PETSC_ERR_SUP, "File does not have a valid extension, recieved '%s'", filename); in HoneeLoadInitialCondition()
158 …comm, PETSC_ERR_FILE_UNEXPECTED, "Not a HONEE header token or a PETSc Vec in file '%s'", filename); in HoneeLoadBinaryVec()
162 …PetscCheck(length == N, comm, PETSC_ERR_ARG_INCOMP, "File Vec '%s' has length %" PetscInt_FMT " bu… in HoneeLoadBinaryVec()
195 …viewer, comm, PETSC_ERR_ARG_WRONGSTATE, "Viewer must be binary type; instead got %s", viewer_type); in HoneeWriteBinaryVec()
197 …e == FILE_MODE_WRITE, comm, PETSC_ERR_ARG_WRONGSTATE, "Viewer must be binary type; instead got %s", in HoneeWriteBinaryVec()
231 …ETSC_ERR_FILE_UNEXPECTED, "Found %d dimensions instead of 2 on the first line of %s", ndims, path); in PhastaDatFileOpen()
282 …"Line %" PetscInt_FMT " of %s does not contain enough columns (%d instead of %" PetscInt_FMT ")", … in PhastaDatFileReadToArrayReal()