Searched refs:dimout (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/vec/pf/impls/matlab/ |
| H A D | cmatlab.c | 8 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 D | pf.c | 84 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() 150 …dimout * (p / pf->dimout)) == p, PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Local output vector length %… in PFApplyVec() 151 …dimout), PETSC_COMM_SELF, PETSC_ERR_ARG_SIZ, "Local vector lengths %" PetscInt_FMT " %" PetscInt_F… in PFApplyVec()
|
| /petsc/src/vec/pf/impls/constant/ |
| H A D | const.c | 63 loc[1] = pf->dimout; in PFCreate_Constant() 121 …dimout == 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 D | pfimpl.h | 21 PetscInt dimin, dimout; /* dimension of input and output spaces */ member
|
| /petsc/src/vec/pf/impls/string/ |
| H A D | cstring.c | 82 …e libpetscdlib STRINGFUNCTION=\"%s\" %s ; sync\n", tmp, pf->dimin, pf->dimout, string, !keeptmpf… in PFStringSetFunction()
|