History log of /petsc/src/snes/impls/gs/gssecant.c (Results 76 – 93 of 93)
Revision Date Author Comments
# 3ff8325b 08-Mar-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/google


# 08c912ad 03-Mar-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/nonlinearsolvertable'

Conflicts:
src/snes/impls/gs/gssecant.c


# 235fd6e6 27-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

removed unneeded includes in include files
added findvisibleprivatefunctions for finding symbols in libraries that might not belong
removed a couple of global symbols
named spaced a couple of Tao fun

removed unneeded includes in include files
added findvisibleprivatefunctions for finding symbols in libraries that might not belong
removed a couple of global symbols
named spaced a couple of Tao functions

show more ...


# be95d8f1 26-Feb-2014 Barry Smith <bsmith@mcs.anl.gov>

introduced nonlinear solver HTML table
changed gs and pc in SNES to ngs and npc for consistency and clarity


# 020631bc 19-Feb-2014 Peter Brune <brune@mcs.anl.gov>

Merge branch 'master' into prbrune/snes-fascontinuation

Conflicts:
include/petscsnesfas.h


# 036f3cb5 26-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into balay/tao-to-petsc

Conflicts:
include/makefile


# c7ff62de 13-Jan-2014 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/wirth-fusion-materials
bad manual merge needs to be fixed
this is what happens when branches hang around too long

Conflicts:
src/ts/examples/tutorials/advection-dif

Merge branch 'master' into barry/wirth-fusion-materials
bad manual merge needs to be fixed
this is what happens when branches hang around too long

Conflicts:
src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c

show more ...


# 52d48256 10-Jan-2014 Vijay Mahadevan <vijay.m@gmail.com>

Merged petsc/petsc into master


# ed91c37e 19-Dec-2013 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/feature-dmda-section

* master: (319 commits)
SNESGS: Fix for uninitialized variable warning in gssecant.c
DMPlex: Fix for orientation in Gmsh files - Fixed tes

Merge branch 'master' into knepley/feature-dmda-section

* master: (319 commits)
SNESGS: Fix for uninitialized variable warning in gssecant.c
DMPlex: Fix for orientation in Gmsh files - Fixed test output
do not use C99 struct initialization code in PETSc
Nightly Summary: Added time taken to each of the tests in the dashboard.
ASCII printing of floating point numbers must cast to (double) to support quad precision
configure: check fortranDatatypes only when fortran is enabled [this fixes configure crash with --with-fc=0]
don't use non-portable and also dependent on floating point precision system level math constants
picky compilers
fix a couple compiler warnings/errors (depending on compiler) for Matlab engine code
DMPlex: More fixup from bad rebase, moved to DMGet/SetCoordinateSection()
DM: Added DMGet/SetCoordinateSection()
Fuckup: Fix for merge that is still untangling bad rebase from Oct. 17th 2013 - Fixed const in declarations - Fixed merge from PetscFE - Fixed 2 mallocs
replace all echo in test/tutorial makefiles with printf since echo behaves differently on different systems
DMDA: Missing header - Damn rebase
DMPlex ex3: Added 2D Q_1 and 3D P_2 tests
DMDA: Added DMDAProjectFunction() and DMDAComputeL2Diff()
DMDA: Fixed 2D geometry - Should reuse DMPlex routines
DMDA: Fix bug in 2D closure operation for cells
DMDA: Make closure operations also return the size
DMDA: Changed DMDACreateSection() to emulate DMPlexCreateSection()
...

Conflicts:
config/builder.py
include/petscdmda.h
src/dm/dt/interface/dtfe.c
src/dm/impls/da/dageometry.c
src/dm/impls/da/dalocal.c
src/dm/impls/plex/plexgeometry.c

show more ...


# 0e32a257 18-Dec-2013 Peter Brune <brune@mcs.anl.gov>

Merge branch 'prbrune/fas-gscolorsecant'


# c1132020 18-Dec-2013 Peter Brune <brune@mcs.anl.gov>

SNESGS: Fix for uninitialized variable warning in gssecant.c


# be2ad424 18-Dec-2013 Peter Brune <brune@mcs.anl.gov>

SNESGS: Fix for warning in the GS-Secant code.


# 315bab25 05-Dec-2013 Peter Brune <brune@mcs.anl.gov>

SNESGS: Fixed build error in gssecant.c due to confusing Scalar with Real.

Reported-by: Barry Smith <bsmith@mcs.anl.gov>


# 400ea6b8 03-Dec-2013 Peter Brune <brune@mcs.anl.gov>

SNESGS: Fix for C++ complex in the GSSecant

Reported-by: Jed Brown <jedbrown@mcs.anl.gov>


# c03df580 21-Oct-2013 Peter Brune <brune@mcs.anl.gov>

Parallel convergence synchronization for SNESGS Secant variant.


# e135a767 21-Oct-2013 Peter Brune <brune@mcs.anl.gov>

Added event logging for function evaluations in GSSecant


# 737a7e12 18-Oct-2013 Peter Brune <brune@mcs.anl.gov>

Added options and improvements to the secant Gauss-Seidel solver


# ef107cf5 17-Oct-2013 Peter Brune <brune@mcs.anl.gov>

Added an initial implementation of coloring-based nonlinear Gauss-Seidel.


1234