Home
last modified time | relevance | path

Searched defs:dimin (Results 1 – 3 of 3) sorted by relevance

/petsc/src/vec/pf/
H A Dpfimpl.h21 PetscInt dimin, dimout; /* dimension of input and output spaces */ member
/petsc/src/vec/pf/impls/matlab/
H A Dcmatlab.c8 PetscInt dimin, dimout; member
/petsc/src/vec/pf/interface/
H A Dpf.c84 PetscErrorCode PFCreate(MPI_Comm comm, PetscInt dimin, PetscInt dimout, PF *pf) in PFCreate()