Home
last modified time | relevance | path

Searched defs:NAME (Results 1 – 5 of 5) sorted by relevance

/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A Dabi-compliance-checker.pl235 NAME: label
/petsc/src/mat/impls/dense/seq/cupm/
H A Dmatseqdensecupm.hpp370 static constexpr const char *NAME() noexcept { return "LU"; } in NAME() function
455 static constexpr const char *NAME() noexcept { return "Cholesky"; } in NAME() function
554 static constexpr const char *NAME() noexcept { return "QR"; } in NAME() function
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/docs/
H A D_doc_str.py57 NAME = enum.auto() variable in MatchReason
/petsc/include/
H A Dpetscsys.h1437 #define PetscObjectParameterSetDefault(obj, NAME, value) \ argument
1460 #define PetscObjectParameterDeclare(type, NAME) type NAME, default_##NAME argument
1461 #define PetscObjectParameterDeclarePtr(type, NAME) type *NAME, *default_##NAME argument
/petsc/src/ksp/ksp/tutorials/
H A Dex42.c1694 PetscErrorCode DAView3DPVTS(DM da, Vec x, const char NAME[]) in DAView3DPVTS()