Home
last modified time | relevance | path

Searched refs:PhastaDatFileGetNRows (Results 1 – 3 of 3) sorted by relevance

/honee/include/
H A Dhonee-file.h20 PetscErrorCode PhastaDatFileGetNRows(const MPI_Comm comm, const char path[], PetscInt *nrows);
/honee/problems/
H A Dstg_shur14.c167 PetscCall(PhastaDatFileGetNRows(comm, stg_inflow_path, &nprofs)); in GetStgContextData()
170 PetscCall(PhastaDatFileGetNRows(comm, stg_rand_path, &nmodes)); in GetStgContextData()
/honee/src/
H A Dhonee-file.c247 PetscErrorCode PhastaDatFileGetNRows(const MPI_Comm comm, const char path[], PetscInt *nrows) { in PhastaDatFileGetNRows() function