History log of /petsc/src/vec/vec/tests/output/ex51_1.out (Results 1 – 5 of 5)
Revision Date Author Comments
# 93a79800 23-Sep-2021 Satish Balay <balay@mcs.anl.gov>

Merge branch 'rmills/feature-vecmean' into 'main'

Add VecMean() to calculate arithmetic mean of the elements of a vector.

See merge request petsc/petsc!4326


# f7c17b9f 17-Sep-2021 Richard Tran Mills <rmills@rmills.org>

Add VecMean() to calculate arithmetic mean of the elements of a vector.

This is just a convenience wrapper around VecSum(), but having it is consistent with having MatGetColumnMeans().


# 28f538a2 05-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge remote-tracking branch 'origin/maint'


# 46aa9bc4 04-Aug-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'sajid/bugfix-subvector' into 'maint'

fix bug with using VecLoad on subvector

See merge request petsc/petsc!3007


# 81ecc197 29-Jul-2020 Sajid Ali <sajidsyed2021@u.northwestern.edu>

fix bug with using VecLoad for subvector

modified: src/vec/vec/interface/rvector.c
new file: src/vec/vec/tests/ex51.c
modified: src/vec/vec/tests/makefile
new file: src/vec/vec/tests/out

fix bug with using VecLoad for subvector

modified: src/vec/vec/interface/rvector.c
new file: src/vec/vec/tests/ex51.c
modified: src/vec/vec/tests/makefile
new file: src/vec/vec/tests/output/ex51_1.out
new file: src/vec/vec/tests/output/ex51_2.out

show more ...