History log of /petsc/src/vec/ (Results 2451 – 2475 of 6950)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
8d1b733403-Dec-2017 Barry Smith <bsmith@mcs.anl.gov>

Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'

error LNK2019: unresolved external symbol PETSCSFGETGRAPH referenced in f

Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'

error LNK2019: unresolved external symbol PETSCSFGETGRAPH referenced in function MAIN__

Commit-type: portability-fix, testing-fix
Reported-by: nightly tests

show more ...

eadc0e4902-Dec-2017 Barry Smith <bsmith@mcs.anl.gov>

removed tests from makefile that had been converted to new test harness

Commit-type: bug-fix, testing-fix
Reported-by: nightly tests

0f7a5dcf01-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Section: Added PetscSectionCreateSupersection()
- This merges several sections together

e20d1ac001-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Vec+Doc: Fix docs for VecISAXPY()

8883cd9001-Dec-2017 Matthew G. Knepley <knepley@gmail.com>

Vec: Added VecISCopy()
- Use ScatterMode to determine direction of copying


/petsc/config/configure.py
/petsc/config/examples/arch-pardiso.py
/petsc/include/petsc/finclude/petscdm.h
/petsc/include/petsc/private/dmadaptorimpl.h
/petsc/include/petsc/private/dmpleximpl.h
/petsc/include/petsc/private/petscfeimpl.h
/petsc/include/petscdm.h
/petsc/include/petscdmadaptor.h
/petsc/include/petscdmplex.h
/petsc/include/petscdmtypes.h
/petsc/include/petscsys.h
/petsc/include/petscvec.h
/petsc/lib/petsc/conf/bfort-petsc.txt
/petsc/src/dm/impls/forest/forest.c
/petsc/src/dm/impls/plex/plexadapt.c
/petsc/src/dm/impls/plex/plexfem.c
/petsc/src/dm/impls/plex/plexpreallocate.c
/petsc/src/docs/tex/petsc.bib
/petsc/src/docs/tex/petscapp.bib
/petsc/src/mat/impls/aij/seq/aijmkl/aijmkl.c
/petsc/src/snes/examples/tutorials/ex12.c
/petsc/src/snes/examples/tutorials/output/ex12_39.out
/petsc/src/snes/examples/tutorials/output/ex12_40.out
/petsc/src/snes/examples/tutorials/output/ex12_41.out
/petsc/src/snes/examples/tutorials/output/ex12_42.out
/petsc/src/snes/examples/tutorials/output/ex12_43.out
/petsc/src/snes/examples/tutorials/output/ex12_44.out
/petsc/src/snes/examples/tutorials/output/ex12_fas_newton_0.out
/petsc/src/snes/examples/tutorials/output/ex12_fas_newton_0_p4est.out
/petsc/src/snes/examples/tutorials/output/ex12_fas_newton_1.out
/petsc/src/snes/examples/tutorials/output/ex12_fas_ngs_0.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_0.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_1.out
/petsc/src/snes/examples/tutorials/output/ex12_mg_newton_coarse_2.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_conformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_conformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_exact_q2_nonconformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel_bddc.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_parallel_bddcfas.out
/petsc/src/snes/examples/tutorials/output/ex12_p4est_full_q2_nonconformal_serial.out
/petsc/src/snes/examples/tutorials/output/ex12_periodic_0.out
/petsc/src/snes/examples/tutorials/output/ex12_quad_q1_adapt_0.out
/petsc/src/snes/examples/tutorials/output/ex12_tet_conv_p1_r0.out
/petsc/src/snes/examples/tutorials/output/ex12_tet_conv_p1_r2.out
/petsc/src/snes/examples/tutorials/output/ex12_tet_conv_p1_r3.out
/petsc/src/snes/examples/tutorials/output/ex12_tet_conv_p2_r0.out
/petsc/src/snes/examples/tutorials/output/ex12_tet_conv_p2_r2.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_bddc.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_p1_adapt_0.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_p1_adapt_1.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_q2q1_asm_lu.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_q2q1_asm_sor.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_q2q1_msm_lu.out
/petsc/src/snes/examples/tutorials/output/ex12_tri_q2q1_msm_sor.out
/petsc/src/snes/interface/snes.c
/petsc/src/snes/utils/dmadapt.c
/petsc/src/snes/utils/makefile
/petsc/src/sys/error/err.c
/petsc/src/sys/objects/options.c
/petsc/src/sys/utils/mpiu.c
vec/utils/projection.c
8e10f98429-Nov-2017 Matthew G. Knepley <knepley@gmail.com>

Vec: Small doc fix

37c288b929-Nov-2017 Matthew G. Knepley <knepley@gmail.com>

IS: Allow ISExpand() to have optional arguments

bd1d683029-Nov-2017 Satish Balay <balay@mcs.anl.gov>

ex1f90: fix outout file to match updated format statement

ce1ad0c228-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Fix fortran example that had random output because it called VecView on self communicators

Commit-type: bug-fix, portability-fix, testing-fix
Reported-by: nightly tests

d62a780528-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

remove two test harness cases that fail because they use depends which is broken in this branch

tests are still done using old test system

7fb3a75228-Nov-2017 Patrick Sanan <patrick.sanan@gmail.com>

Merge branch 'maint' into psanan/docs-manual-tests-master

8a80458b27-Nov-2017 Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es>

Do not free memory when destroying a Vec created with array

b9c4f99e27-Nov-2017 Patrick Sanan <patrick.sanan@gmail.com>

PetscSF: fix typo in tutorial ex1

dbf5ab2d27-Nov-2017 Matthew G. Knepley <knepley@gmail.com>

Vec+HDF5: Fix output for complex
- Need to check for empty group name

e0dc713f27-Nov-2017 Matthew G. Knepley <knepley@gmail.com>

Vec+HDF5: Fix output for complex
- Need to check for empty group name

6129edda25-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

use test harness depends: note this does not work reported to Scott

Commit-type: testing-fix

6f87f1bd25-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

update output file for Fortran to have spaces between numbers printed

This happened due to change in Fortran write statement formating suggested by other Fortran compiler
Commit-type: portability-fi

update output file for Fortran to have spaces between numbers printed

This happened due to change in Fortran write statement formating suggested by other Fortran compiler
Commit-type: portability-fix, testing-fix
Reported-by: nightly builds

show more ...

24e7296225-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

squeeze out unneeded spaces in Fortran macros and example

Commit-type: portability-fix

f1a6d5d824-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

emark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.

Commit-type: portability-fix, testing-fix
Reported-by: nigh

emark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.

Commit-type: portability-fix, testing-fix
Reported-by: nightly tests

show more ...

93bdfce922-Nov-2017 Lisandro Dalcin <dalcinl@gmail.com>

Merge remote-tracking branch 'origin/maint'

f455f2b721-Nov-2017 Patrick Sanan <patrick.sanan@gmail.com>

Docs: add VecGetValuesSection man page

ab166b7720-Nov-2017 Stefano Zampini <stefano.zampini@gmail.com>

Merge remote-tracking branch 'origin/maint'

5bee346320-Nov-2017 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/feature-glvis-homesh' into maint

f8e4ee6020-Nov-2017 Lisandro Dalcin <dalcinl@gmail.com>

Merge remote-tracking branch 'origin/maint'

02884f0c20-Nov-2017 Barry Smith <bsmith@mcs.anl.gov>

Convert a few more examples to new test harness

Commit-type: testing-fix

1...<<919293949596979899100>>...278