Home
last modified time | relevance | path

Searched refs:dimout (Results 1 – 5 of 5) sorted by relevance

/petsc/src/vec/pf/impls/matlab/
H A Dcmatlab.c8 PetscInt dimin, dimout; member
43 PetscCall(PetscMatlabEngineGetArray(matlab->mengine, matlab->dimout, n, out, "f")); in PFApply_Matlab()
68 matlab->dimout = pf->dimout; in PFCreate_Matlab()
/petsc/src/vec/pf/interface/
H A Dpf.c84 PetscErrorCode PFCreate(MPI_Comm comm, PetscInt dimin, PetscInt dimout, PF *pf) in PFCreate() argument
100 newpf->dimout = dimout; in PFCreate()
138 lsize = pf->dimin * lsize / pf->dimout; in PFApplyVec()
150dimout * (p / pf->dimout)) == p, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Local output vector length %… in PFApplyVec()
151dimout), PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Local vector lengths %" PetscInt_FMT " %" PetscInt_F… in PFApplyVec()
/petsc/src/vec/pf/impls/constant/
H A Dconst.c63 loc[1] = pf->dimout; in PFCreate_Constant()
121dimout == pf->dimin, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Input dimension must match output dimens… in PFCreate_Identity()
123 loc[0] = pf->dimout; in PFCreate_Identity()
/petsc/src/vec/pf/
H A Dpfimpl.h21 PetscInt dimin, dimout; /* dimension of input and output spaces */ member
/petsc/src/vec/pf/impls/string/
H A Dcstring.c82 …e libpetscdlib STRINGFUNCTION=\"%s\" %s ; sync\n", tmp, pf->dimin, pf->dimout, string, !keeptmpf… in PFStringSetFunction()