| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pvec2.c | 21 PetscErrorCode VecMDot_MPI(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPI() 28 PetscErrorCode VecMDot_MPI_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPI_GEMV() 35 PetscErrorCode VecMTDot_MPI(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMTDot_MPI() 42 PetscErrorCode VecMTDot_MPI_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMTDot_MPI_GEMV()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexnatural.c | 296 PetscErrorCode DMPlexGlobalToNaturalBegin(DM dm, Vec gv, Vec nv) in DMPlexGlobalToNaturalBegin() 355 PetscErrorCode DMPlexGlobalToNaturalEnd(DM dm, Vec gv, Vec nv) in DMPlexGlobalToNaturalEnd() 398 PetscErrorCode DMPlexNaturalToGlobalBegin(DM dm, Vec nv, Vec gv) in DMPlexNaturalToGlobalBegin() 446 PetscErrorCode DMPlexNaturalToGlobalEnd(DM dm, Vec nv, Vec gv) in DMPlexNaturalToGlobalEnd() 488 PetscErrorCode DMPlexCreateNaturalVector(DM dm, Vec *nv) in DMPlexCreateNaturalVector()
|
| H A D | plexglvis.c | 277 …xGetPointMFEMVertexIDs_Internal(DM dm, PetscInt p, PetscSection csec, PetscInt *nv, PetscInt vids[… in DMPlexGetPointMFEMVertexIDs_Internal() 746 PetscInt i, nv = 0, cid = -1, mid = 1; in DMPlexView_GLVis_ASCII() local 961 PetscInt vids[8], *faces, st, i, coneSize, cell, cl, nv, cid = -1, mid = -1; in DMPlexView_GLVis_ASCII() local 1041 PetscInt i, nv, ssize, n, numChildren, depth = -1; in DMPlexView_GLVis_ASCII() local
|
| /petsc/src/mat/impls/h2opus/ |
| H A D | math2opussampler.hpp | 80 void PetscMatrixSampler::VerifyBuffers(int nv) in VerifyBuffers() 96 void PetscMatrixSampler::PermuteBuffersIn(int nv, H2Opus_Real *v, H2Opus_Real **w, H2Opus_Real *ov,… in PermuteBuffersIn() 117 void PetscMatrixSampler::PermuteBuffersOut(int nv, H2Opus_Real *v) in PermuteBuffersOut()
|
| /petsc/src/snes/tutorials/network/water/ |
| H A D | waterfunctions.c | 21 PetscErrorCode FormFunction_Water(DM networkdm, Vec localX, Vec localF, PetscInt nv, PetscInt ne, c… in FormFunction_Water() 105 PetscInt nv, ne; in WaterFormFunction() local 138 PetscInt nv, ne; in WaterSetInitialGuess() local 198 PetscErrorCode SetInitialGuess_Water(DM networkdm, Vec localX, PetscInt nv, PetscInt ne, const Pets… in SetInitialGuess_Water()
|
| H A D | water.c | 18 PetscInt nv, ne, i; in main() local
|
| /petsc/src/vec/vec/impls/seq/ |
| H A D | dvec2.c | 10 PetscErrorCode VecMDot_Seq(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMDot_Seq() 83 PetscErrorCode VecMDot_Seq(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMDot_Seq() 301 PetscErrorCode VecMTDot_Seq(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMTDot_Seq() 515 static PetscErrorCode VecMultiDot_Seq_GEMV(PetscBool conjugate, Vec xin, PetscInt nv, const Vec yin… in VecMultiDot_Seq_GEMV() 576 PetscErrorCode VecMDot_Seq_GEMV(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMDot_Seq_GEMV() 587 PetscErrorCode VecMTDot_Seq_GEMV(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMTDot_Seq_GEMV() 664 PetscErrorCode VecMAXPY_Seq(Vec xin, PetscInt nv, const PetscScalar *alpha, Vec *y) in VecMAXPY_Seq() 702 PetscErrorCode VecMAXPY_Seq_GEMV(Vec yin, PetscInt nv, const PetscScalar alpha[], Vec xin[]) in VecMAXPY_Seq_GEMV()
|
| /petsc/src/snes/tutorials/network/power/ |
| H A D | power2.c | 11 PetscErrorCode FormFunction_Subnet(DM networkdm, Vec localX, Vec localF, PetscInt nv, PetscInt ne, … in FormFunction_Subnet() 127 PetscInt nv, ne; in FormFunction() local 158 PetscErrorCode FormJacobian_Subnet(DM networkdm, Vec localX, Mat J, Mat Jpre, PetscInt nv, PetscInt… in FormJacobian_Subnet() 343 PetscInt ne, nv; in FormJacobian() local 370 PetscErrorCode SetInitialValues_Subnet(DM networkdm, Vec localX, PetscInt nv, PetscInt ne, const Pe… in SetInitialValues_Subnet() 408 PetscInt nv, ne; in SetInitialValues() local 443 PetscInt nsubnet = 2, nv, ne, i, j, genj, loadj; in main() local
|
| H A D | power.c | 17 PetscInt nv, ne; in FormFunction() local 43 PetscInt vStart, vEnd, nv, ne; in SetInitialValues() local
|
| H A D | pffunctions.c | 32 PetscErrorCode FormJacobian_Power_private(DM networkdm, Vec localX, Mat J, PetscInt nv, PetscInt ne… in FormJacobian_Power_private() 218 PetscInt nv, ne; in FormJacobian_Power() local 240 PetscErrorCode FormFunction_Power(DM networkdm, Vec localX, Vec localF, PetscInt nv, PetscInt ne, c… in FormFunction_Power() 350 PetscErrorCode SetInitialGuess_Power(DM networkdm, Vec localX, PetscInt nv, PetscInt ne, const Pets… in SetInitialGuess_Power()
|
| /petsc/src/snes/tutorials/network/ |
| H A D | ex1.c | 91 PetscInt nv, ne, i, j, offset, nvar, row; in FormJacobian_subPower() local 135 PetscErrorCode FormFunction_Dummy(DM networkdm, Vec localX, Vec localF, PetscInt nv, PetscInt ne, c… in FormFunction_Dummy() 168 PetscInt nv, ne, v; in FormFunction() local 263 PetscInt nv, ne, i, j, ncomp, offset, key; in SetInitialGuess() local 329 PetscInt i, gidx, offset, v, nv, Nsubnet; in CoordinateVecSetUp() local 459 PetscInt Nsubnet = 2, numVertices[2], numEdges[2], i, j, nv, ne, it_max = 10; in main() local
|
| /petsc/src/sys/objects/ |
| H A D | aoptions.c | 677 const PetscInt nv = *n; in PetscOptionsEnumArray_Private() local 1021 const PetscInt nv = *n; in PetscOptionsRealArray_Private() local 1034 const PetscInt nv = *n; in PetscOptionsRealArray_Private() local 1055 const PetscInt nv = *n; in PetscOptionsScalarArray_Private() local 1068 const PetscInt nv = *n; in PetscOptionsScalarArray_Private() local 1089 const PetscInt nv = *n; in PetscOptionsIntArray_Private() local 1102 const PetscInt nv = *n; in PetscOptionsIntArray_Private() local 1147 const PetscInt nv = *n; in PetscOptionsBoolArray_Private() local 1160 const PetscInt nv = *n; in PetscOptionsBoolArray_Private() local
|
| /petsc/src/vec/vec/utils/ |
| H A D | comb.c | 597 PetscErrorCode VecMDotBegin(Vec x, PetscInt nv, const Vec y[], PetscScalar result[]) in VecMDotBegin() 643 PetscErrorCode VecMDotEnd(Vec x, PetscInt nv, const Vec y[], PetscScalar result[]) in VecMDotEnd() 688 PetscErrorCode VecMTDotBegin(Vec x, PetscInt nv, const Vec y[], PetscScalar result[]) in VecMTDotBegin() 734 PetscErrorCode VecMTDotEnd(Vec x, PetscInt nv, const Vec y[], PetscScalar result[]) in VecMTDotEnd()
|
| /petsc/src/vec/vec/impls/mpi/kokkos/ |
| H A D | mpikok.kokkos.cxx | 50 static PetscErrorCode VecMDot_MPIKokkos(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPIKokkos() 57 static PetscErrorCode VecMTDot_MPIKokkos(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMTDot_MPIKokkos() 64 static PetscErrorCode VecMDot_MPIKokkos_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPIKokkos_GEMV() 71 static PetscErrorCode VecMTDot_MPIKokkos_GEMV(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMTDot_MPIKokkos_GEMV()
|
| /petsc/src/dm/tests/ |
| H A D | ex10.c | 14 PetscInt e, ne, nv, v, ecompkey, vcompkey; in main() local
|
| /petsc/src/dm/partitioner/tests/ |
| H A D | ex33.c | 12 PetscInt nv = 4; in main() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex15.c | 10 Vec v, nv, rv, coord; in main() local
|
| /petsc/src/ksp/ksp/tutorials/network/ |
| H A D | ex4.c | 9 PetscInt i, j, net, Nsubnet, ne, nv, nvar, v, goffset, row, compkey0, compkey1, compkey; in main() local
|
| H A D | ex3.c | 18 …PetscInt i, j, net, Nsubnet, nsubnet, ne, nv, nvar, v, ncomp, compkey0, compkey1, compkey, … in main() local
|
| /petsc/src/sys/classes/viewer/impls/ascii/ |
| H A D | vcreatea.c | 187 PetscViewerLink *vlink, *nv; in PetscViewerASCIIOpen() local
|
| /petsc/src/vec/vec/impls/seq/kokkos/ |
| H A D | veckok.kokkos.cxx | 343 PetscErrorCode VecMultiDot_Private(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMultiDot_Private() 386 static PetscErrorCode VecMultiDot_Verbose(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMultiDot_Verbose() 506 PetscErrorCode VecMDot_SeqKokkos(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMDot_SeqKokkos() 521 PetscErrorCode VecMTDot_SeqKokkos(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMTDot_SeqKokkos() 530 static PetscErrorCode VecMultiDot_SeqKokkos_GEMV(PetscBool conjugate, Vec xin, PetscInt nv, const V… in VecMultiDot_SeqKokkos_GEMV() 601 PetscErrorCode VecMDot_SeqKokkos_GEMV(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMDot_SeqKokkos_GEMV() 608 PetscErrorCode VecMTDot_SeqKokkos_GEMV(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMTDot_SeqKokkos_GEMV() 790 PetscErrorCode VecMAXPY_SeqKokkos(Vec yin, PetscInt nv, const PetscScalar *alpha, Vec *xin) in VecMAXPY_SeqKokkos() 837 PetscErrorCode VecMAXPY_SeqKokkos_GEMV(Vec yin, PetscInt nv, const PetscScalar *a_h, Vec *xin) in VecMAXPY_SeqKokkos_GEMV()
|
| /petsc/src/ts/tests/ |
| H A D | ex17.c | 63 PetscErrorCode Transfer(TS ts, PetscInt nv, Vec vecsin[], Vec vecsout[], PetscCtx ctx) in Transfer()
|
| /petsc/src/vec/vec/impls/mpi/mpiviennacl/ |
| H A D | mpiviennacl.cxx | 87 static PetscErrorCode VecMDot_MPIViennaCL(Vec xin, PetscInt nv, const Vec y[], PetscScalar *z) in VecMDot_MPIViennaCL()
|
| /petsc/src/vec/vec/impls/seq/seqviennacl/ |
| H A D | vecviennacl.cxx | 443 PetscErrorCode VecMAXPY_SeqViennaCL(Vec xin, PetscInt nv, const PetscScalar *alpha, Vec *y) in VecMAXPY_SeqViennaCL() 488 PetscErrorCode VecMDot_SeqViennaCL(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMDot_SeqViennaCL() 517 static PetscErrorCode VecMTDot_SeqViennaCL(Vec xin, PetscInt nv, const Vec yin[], PetscScalar *z) in VecMTDot_SeqViennaCL()
|
| /petsc/src/vec/vec/interface/ |
| H A D | rvector.c | 1161 static PetscErrorCode VecMXDot_Private(Vec x, PetscInt nv, const Vec y[], PetscScalar result[], Pet… in VecMXDot_Private() argument 1221 PetscErrorCode VecMTDot(Vec x, PetscInt nv, const Vec y[], PetscScalar val[]) in VecMTDot() 1262 PetscErrorCode VecMDot(Vec x, PetscInt nv, const Vec y[], PetscScalar val[]) in VecMDot() 1270 PetscErrorCode VecMAXPYAsync_Private(Vec y, PetscInt nv, const PetscScalar alpha[], Vec x[], PetscD… in VecMAXPYAsync_Private() 1327 PetscErrorCode VecMAXPY(Vec y, PetscInt nv, const PetscScalar alpha[], Vec x[]) in VecMAXPY() 1356 PetscErrorCode VecMAXPBY(Vec y, PetscInt nv, const PetscScalar alpha[], PetscScalar beta, Vec x[]) in VecMAXPBY()
|