History log of /petsc/src/snes/impls/ntrdc/ntrdcimpl.h (Results 1 – 13 of 13)
Revision Date Author Comments
# 9f55a80c 26-Aug-2024 Satish Balay <balay@mcs.anl.gov>

Merge branch 'stefanozampini/tr-api' into 'main'

API for SNESNewtonTR tolerances and parameters

See merge request petsc/petsc!7689


# 3201ab8d 12-Jul-2024 Stefano Zampini <stefano.zampini@gmail.com>

SNES: trust region API

deprecate old SNESSetTrustRegionTolerance


# 9dd11ecf 25-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'

Check header guards

See merge request petsc/petsc!6822


# a4963045 18-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Convert all header guards to pragma once


# 37d05b02 06-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/release'


# b877537e 05-Feb-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jolivet/fix-typos' into 'release'

Fix Typos

See merge request petsc/petsc!6024


# da81f932 05-Feb-2023 Pierre Jolivet <pierre@joliv.et>

Fix Typos


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# 6524c165 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# e6d4de01 21-Jan-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'heeho/feature-newtontrdc' into 'main'

Newton Trust Region Dogleg Cauchy nonlinear solver

See merge request petsc/petsc!4294


# 41ba4c6c 20-Jan-2022 Heeho Park <heepark@sandia.gov>

snes: Add new type SNESNEWTONTRDC for Newton Trust Region Dogleg Cauchy