| /petsc/src/benchmarks/ |
| H A D | run_petsc_benchmarks.sh | 169 NAME=$(${SSGET} -i "$i" -pname) 171 RESULT_FILE="${RESULT_DIR}/${GROUP}/${NAME}.json" 173 echo -e "${PREFIX}Extracting the matrix for ${GROUP}/${NAME}" 1>&2 175 echo -e "${PREFIX}Running SpMV for ${GROUP}/${NAME}" 1>&2
|
| H A D | ssget | 121 NAME=$(get_property name) 127 MATRIX_URI="${MATRIX_TYPE}/${GROUP}/${NAME}" 133 ${NAME}
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | 1d-2elems.e | 51 …����������+CLASSDIMENSION_SCALEZNAME@This is… 54 …����������+CLASSDIMENSION_SCALEZNAME@This is… 63 …����������+CLASSDIMENSION_SCALEZNAME@This is… 71 …����������+CLASSDIMENSION_SCALEZNAME@This is…
|
| /petsc/doc/manualpages/doctext/ |
| H A D | html.def | 28 <HEAD>%n<META NAME="GENERATOR" CONTENT="DOCTEXT">%n 54 mantitle <TITLE>%1</TITLE>%n</HEAD>%n<BODY BGCOLOR="FFFFFF">%n<A NAME="%1"><H1>%1</H1></A>%n
|
| H A D | nroff.def | 35 mantitle %n.TH %1 %2 "%3" " " "%4"%n.SH NAME%n%1
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | README.md | 62 abi-compliance-checker -l NAME -old ABI-1.dump -new ABI-2.dump 66 abi-compliance-checker -lib NAME -old OLD.xml -new NEW.xml
|
| H A D | INSTALL | 110 abi-compliance-checker -l NAME -old ABI-0.dump -new ABI-1.dump 138 abi-compliance-checker -lib NAME -old OLD.xml -new NEW.xml
|
| /petsc/include/ |
| H A D | petscsys.h | 1437 #define PetscObjectParameterSetDefault(obj, NAME, value) \ argument 1439 if (obj->NAME == obj->default_##NAME) obj->NAME = value; \ 1440 obj->default_##NAME = value; \ 1460 #define PetscObjectParameterDeclare(type, NAME) type NAME, default_##NAME argument 1461 #define PetscObjectParameterDeclarePtr(type, NAME) type *NAME, *default_##NAME argument
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/ |
| H A D | _doc_str.py | 57 NAME = enum.auto() variable in MatchReason 62 return self == MatchReason.NAME 226 found_reason = MatchReason.NAME
|
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 353 …factor %" PetscInt_FMT " x %" PetscInt_FMT " on backend\n", derived_type::NAME(), A->rmap->n, A->c… in FactorPrepare() 370 static constexpr const char *NAME() noexcept { return "LU"; } in NAME() function 422 PetscCall(PetscInfo(A, "%s solve %d x %d on backend\n", NAME(), m, k)); in Solve() 455 static constexpr const char *NAME() noexcept { return "Cholesky"; } in NAME() function 522 PetscCall(PetscInfo(A, "%s solve %d x %d on backend\n", NAME(), m, k)); in Solve() 554 static constexpr const char *NAME() noexcept { return "QR"; } in NAME() function 614 PetscCall(PetscInfo(A, "%s solve %d x %d on backend\n", NAME(), m, k)); in Solve()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 114 # Use the records in this file to resolve objects in the API named NAME.
|
| /petsc/doc/install/ |
| H A D | license.md | 113 ANY SPECIFIC COMMERCIAL PRODUCT, PROCESS, OR SERVICE BY TRADE NAME, TRADEMARK,
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex42.c | 1694 PetscErrorCode DAView3DPVTS(DM da, Vec x, const char NAME[]) in DAView3DPVTS() argument 1700 PetscCall(PetscSNPrintf(vts_filename, sizeof(vts_filename), "%s-mesh", NAME)); in DAView3DPVTS() 1703 PetscCall(PetscSNPrintf(pvts_filename, sizeof(pvts_filename), "%s-mesh", NAME)); in DAView3DPVTS()
|