Home
last modified time | relevance | path

Searched defs:wnormtype (Results 1 – 13 of 13) sorted by relevance

/petsc/src/vec/vec/impls/mpi/cupm/
H A Dvecmpicupm_impl.hpp176 inline PetscErrorCode VecMPI_CUPM<T>::ErrorWnorm(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal… in ErrorWnorm()
/petsc/src/vec/vec/impls/mpi/kokkos/
H A Dmpikok.kokkos.cxx27 static PetscErrorCode VecErrorWeightedNorms_MPIKokkos(Vec U, Vec Y, Vec E, NormType wnormtype, Pets… in VecErrorWeightedNorms_MPIKokkos()
/petsc/src/vec/vec/impls/mpi/
H A Dpvecimpl.h179 …scErrorCode VecErrorWeightedNorms_MPI_Default(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal a… in VecErrorWeightedNorms_MPI_Default() argument
/petsc/src/ts/impls/implicit/alpha/
H A Dalpha1.c235 static PetscErrorCode TSEvaluateWLTE_Alpha(TS ts, NormType wnormtype, PetscInt *order, PetscReal *w… in TSEvaluateWLTE_Alpha()
H A Dalpha2.c295 static PetscErrorCode TSEvaluateWLTE_Alpha(TS ts, NormType wnormtype, PetscInt *order, PetscReal *w… in TSEvaluateWLTE_Alpha()
/petsc/src/vec/vec/interface/
H A Dvector.c2347 static PetscErrorCode VecErrorWeightedNorms_Basic(Vec U, Vec Y, Vec E, NormType wnormtype, PetscRea… in VecErrorWeightedNorms_Basic()
2455 PetscErrorCode VecErrorWeightedNorms(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal atol, Vec v… in VecErrorWeightedNorms()
/petsc/src/ts/impls/bdf/
H A Dbdf.c314 static PetscErrorCode TSEvaluateWLTE_BDF(TS ts, NormType wnormtype, PetscInt *order, PetscReal *wlt… in TSEvaluateWLTE_BDF()
/petsc/src/ts/interface/
H A Dts.c3567 PetscErrorCode TSEvaluateWLTE(TS ts, NormType wnormtype, PetscInt *order, PetscReal *wlte) in TSEvaluateWLTE()
5239 PetscErrorCode TSErrorWeightedNorm(TS ts, Vec U, Vec Y, NormType wnormtype, PetscReal *norm, PetscR… in TSErrorWeightedNorm()
5287 PetscErrorCode TSErrorWeightedENorm(TS ts, Vec E, Vec U, Vec Y, NormType wnormtype, PetscReal *norm… in TSErrorWeightedENorm()
/petsc/src/ts/impls/implicit/theta/
H A Dtheta.c687 static PetscErrorCode TSEvaluateWLTE_Theta(TS ts, NormType wnormtype, PetscInt *order, PetscReal *w… in TSEvaluateWLTE_Theta()
/petsc/src/vec/vec/impls/seq/cupm/
H A Dvecseqcupm_impl.hpp1802 inline PetscErrorCode ExecuteWNorm(Tuple &&first, Tuple &&last, NormType wnormtype, cupmStream_t st… in ExecuteWNorm()
1849 inline PetscErrorCode VecSeq_CUPM<T>::ErrorWnorm(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal… in ErrorWnorm()
/petsc/src/vec/vec/impls/nest/
H A Dvecnest.c699 static PetscErrorCode VecErrorWeightedNorms_Nest(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal… in VecErrorWeightedNorms_Nest()
/petsc/src/vec/vec/impls/seq/kokkos/
H A Dveckok.kokkos.cxx1079 PetscErrorCode VecErrorWeightedNorms_SeqKokkos(Vec U, Vec Y, Vec E, NormType wnormtype, PetscReal a… in VecErrorWeightedNorms_SeqKokkos()
/petsc/include/petsc/private/
H A Dtsimpl.h371 NormType wnormtype; member