| /petsc/doc/changes/ |
| H A D | index.md | 25 3.24 - Public Release, Sep 29, 2025 <324> 26 3.23 - Public Release, Mar 28, 2025 <323> 27 3.22 - Public Release, Sep 28, 2024 <322> 28 3.21 - Public Release, Mar 29, 2024 <321> 29 3.20 - Public Release, Sep 28, 2023 <320> 30 3.19 - Public Release, Mar 30, 2023 <319> 31 3.18 - Public Release, Sep 30, 2022 <318> 32 3.17 - Public Release, Mar 30, 2022 <317> 33 3.16 - Public Release, Sep 29, 2021 <316> 34 3.15 - Public Release, Mar 30, 2021 <315> [all …]
|
| H A D | 320.md | 15 … no longer works. While header-guards are technically "public" (insofar that they appear in public… 39 …ush()`, `PetscIntStackPop()`, and `PetscIntStackEmpty()` declarations to public API in `petsclog.h` 146 - Expose `MatComputeVariableBlockEnvelope()` in public headers 216 …SwarmDataFieldIdByName()`, and `DMSwarmDataBucketQueryDMSwarmDataFieldByName()` to public interface
|
| /petsc/src/binding/petsc4py/src/petsc4py/ |
| H A D | PETSc.pxd | 118 ctypedef public api class Comm [ 126 ctypedef public api class Object [ 138 ctypedef public api class Viewer(Object) [ 144 ctypedef public api class Random(Object) [ 150 ctypedef public api class Device [ 157 ctypedef public api class DeviceContext(Object) [ 163 ctypedef public api class IS(Object) [ 169 ctypedef public api class LGMap(Object) [ 175 ctypedef public api class SF(Object) [ 181 ctypedef public api class Vec(Object) [ [all …]
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/modules/Internals/ |
| H A D | RegTests.pm | 11 # modify it under the terms of the GNU Lesser General Public 18 # Lesser General Public License for more details. 20 # You should have received a copy of the GNU Lesser General Public 57 public: label 66 public: label 84 # public: 98 # public: 112 public: label 122 public: label 132 public: label [all …]
|
| H A D | Input.pm | 9 # modify it under the terms of the GNU Lesser General Public 16 # Lesser General Public License for more details. 18 # You should have received a copy of the GNU Lesser General Public
|
| H A D | Path.pm | 9 # modify it under the terms of the GNU Lesser General Public 16 # Lesser General Public License for more details. 18 # You should have received a copy of the GNU Lesser General Public
|
| H A D | Logging.pm | 9 # modify it under the terms of the GNU Lesser General Public 16 # Lesser General Public License for more details. 18 # You should have received a copy of the GNU Lesser General Public
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 1 GNU LESSER GENERAL PUBLIC LICENSE 10 as the successor of the GNU Library Public License, version 2, hence 16 freedom to share and change it. By contrast, the GNU General Public 20 This license, the Lesser General Public License, applies to some 24 this license or the ordinary General Public License is the better 28 not price. Our General Public Licenses are designed to make sure that 67 ordinary GNU General Public License. This license, the GNU Lesser 68 General Public License, applies to certain designated libraries, and 69 is quite different from the ordinary General Public License. We use 76 General Public License therefore permits such linking only if the [all …]
|
| H A D | README.md | 58 3. You can filter public ABI with the help of additional `-public-headers` option of the ABI Dumper…
|
| /petsc/src/snes/tests/ |
| H A D | ex18f90.F90 | 11 type, public :: base_type 15 procedure, public :: print => BasePrint 31 type, public, extends(base_type) :: extended_type 35 procedure, public :: print => ExtendedPrint 50 public :: TestFunction
|
| /petsc/src/sys/objects/device/impls/cupm/ |
| H A D | kernels.hpp | 36 public: 49 public: 62 public:
|
| H A D | cupmevent.hpp | 22 class PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL CUPMEventPool : impl::Interface<T>, public RegisterF… 23 public: 101 class PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL CUPMEvent : impl::Interface<T>, public memory::PoolA… 104 public:
|
| H A D | cupmdevice.hpp | 25 class Device : public ::Petsc::device::impl::DeviceBase<Device<T>>, impl::Interface<T> { 26 public:
|
| H A D | cupmallocator.hpp | 31 class PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL HostAllocator : public memory::impl::SegmentedMemory… 32 public: 82 class PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL DeviceAllocator : public memory::impl::SegmentedMemo… 83 public:
|
| H A D | cupmstream.hpp | 24 class PETSC_SINGLE_LIBRARY_VISIBILITY_INTERNAL CUPMStream : public StreamBase<CUPMStream<T>>, impl:… 28 public:
|
| /petsc/src/sys/objects/device/impls/host/ |
| H A D | hostdevice.hpp | 14 class Device : public ::Petsc::device::impl::DeviceBase<Device> { 15 public:
|
| /petsc/doc/community/ |
| H A D | mailing.md | 7 - <mailto:petsc-users@mcs.anl.gov> (public mailing list with public archives) 91 The following mailing lists, with public archives, are available. 116 <mailto:petsc-maint@mcs.anl.gov> - a private maintenance e-mail without public archives - is
|
| /petsc/src/sys/objects/device/impls/sycl/ |
| H A D | sycldevice.hpp | 19 class Device : public ::Petsc::device::impl::DeviceBase<Device> { 20 public:
|
| /petsc/src/vec/vec/impls/mpi/cupm/ |
| H A D | vecmpicupm.hpp | 20 class VecMPI_CUPM : public Vec_CUPMBase<T, VecMPI_CUPM<T>> { 21 public: 37 public:
|
| /petsc/include/petsc/private/cpp/ |
| H A D | utility.hpp | 126 public: 143 public: 169 public: 196 public: 225 : public detail::compressed_pair_impl< 233 public:
|
| H A D | object_pool.hpp | 55 class PoolAllocator : public RegisterFinalizeable<PoolAllocator> { 59 public: 88 public: 125 public: 190 public: 241 public: 333 class ObjectPool : public RegisterFinalizeable<ObjectPool<T, Constructor>> { 336 public: 393 // ObjectPool -- Public API
|
| H A D | macros.hpp | 41 // public: 49 // public:
|
| /petsc/src/mat/impls/htool/ |
| H A D | htool.hpp | 18 class WrapperHtool : public htool::VirtualGenerator<PetscScalar> { 23 public:
|
| /petsc/src/sys/classes/random/impls/curand/ |
| H A D | curand2.cu | 10 public thrust::unary_function<thrust::tuple<PetscReal, size_t>, PetscReal> 31 public thrust::unary_function<PetscReal, PetscReal>
|
| /petsc/ |
| H A D | .gitlab-ci.yml | 1300 …- (time make html BUILDDIR="../public" SPHINXOPTS="-T -E -W --keep-going -j 2") || (printf "Sphinx… 1302 - cp _build/latex/manual.pdf ../public/html/manual/ 1305 …I_PROJECT_NAMESPACE.gitlab.io/-/$CI_PROJECT_NAME/-/jobs/$CI_JOB_ID/artifacts/public/html/index.html 1310 - public 1323 - mkdir -p ../public/ && cp public/* ../public/ 1324 …OPTS="-j 1" BUILDDIR="../public/main" && make latexpdf && mkdir -p ../public/main/manual && cp _bu… 1325 - cd .. && git clean -fdxq -e public -e venv-petsc-docs && cd doc && rm -rf images 1326 …S="-j 1" BUILDDIR="../public/release" && make latexpdf && mkdir -p ../public/release/manual && cp … 1327 - rm -rf ../public/*/.doctrees 1333 - public
|