History log of /petsc/src/ts/utils/dmnetworkts.c (Results 26 – 30 of 30)
Revision Date Author Comments
# d1c37765 29-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'balay/fix-gcc-48' into 'master'

fix compiler error with gcc-4.8 & complex

See merge request petsc/petsc!3272


# 4e936a74 29-Sep-2020 Satish Balay <balay@mcs.anl.gov>

fix compiler error with gcc-4.8 & complex

/sandbox/balay/petsc/include/petscmath.h:35:37: error: cannot convert ‘PetscScalar {aka std::complex<float>}’ to ‘float’ for argument ‘1’ to ‘float log10f(f

fix compiler error with gcc-4.8 & complex

/sandbox/balay/petsc/include/petscmath.h:35:37: error: cannot convert ‘PetscScalar {aka std::complex<float>}’ to ‘float’ for argument ‘1’ to ‘float log10f(float)’
#define PetscLog10Real(a) log10f(a)
^
/sandbox/balay/petsc/src/ts/utils/dmnetworkts.c:141:31: note: in expansion of macro ‘PetscLog10Real’
else yv[j] = PetscLog10Real(yv[j]);
^

show more ...


# f8211a2a 23-Sep-2020 Satish Balay <balay@mcs.anl.gov>

Merge branch 'gbetrie/2020-09-11/dmnetwork-webupdate' into 'master'

Gbetrie/2020 09 11/dmnetwork webupdate

See merge request petsc/petsc!3173


# 4500fedd 11-Sep-2020 Getnet Betrie <getnetdubale@yahoo.com>

Publication update and minor edit. A new simple graphical monitor for DMNetwork


# e669de00 26-Aug-2020 Barry Smith <bsmith@mcs.anl.gov>

Add support for doing a line graph plot of TS solutions on Networks.

Each vertex and edge gets its own window that plots all the solutions for the point

Commit-type: feature
Funded-by: ECP
Project:

Add support for doing a line graph plot of TS solutions on Networks.

Each vertex and edge gets its own window that plots all the solutions for the point

Commit-type: feature
Funded-by: ECP
Project: Epidemic
/spend 4h

show more ...


12