| #
cd2bb8e3
|
| 28-Feb-2023 |
Duncan Campbell <dcampbell090498@gmail.com> |
MPI communicator bugfixes
|
| #
6e4289a0
|
| 16-Feb-2023 |
Duncan Campbell <dcampbell090498@gmail.com> |
Fix compiler warning for some draw ops Use PETSc functions to get temp. directory Added documentation for dmnetwork_view_tmpdir Bugfix to move variables within correct scope
|
| #
5a7a9864
|
| 14-Mar-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jeremy/less-strcpy-strcat' into 'main'
Use Petsc[Strncpy,Strlcat,Memcpy] over Petsc[Strcpy,Strcat]
Closes #1332
See merge request petsc/petsc!6115
|
| #
c6a7a370
|
| 24-Feb-2023 |
Jeremy L Thompson <jeremy@jeremylt.org> |
Clean up PETSc str ops to use more secure implementations where possible. These include:
- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat() - Use PetscArraycpy() over
Clean up PETSc str ops to use more secure implementations where possible. These include:
- Use PetscStrncpy()/PetscStrlcat()/PetscMemcpy() over PetscStrcpy()/PetscStrcat() - Use PetscArraycpy() over PetscMemcpy() as appropriate for string buffer copying - Use built in string from name over hardcoding - Use sizeof over hardcoded length - Replace some Strlcat with Strncpy when offset is known
show more ...
|
| #
1e5479aa
|
| 14-Feb-2023 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'dcampbell/add-dmnetworkview-py' into 'main'
Added Matplotlib viewer functionality to DMView
See merge request petsc/petsc!5953
|
| #
df1a93fe
|
| 10-Feb-2023 |
Duncan Campbell <dcampbell090498@gmail.com> |
add Matplotlib viewer format support
|
| #
d2fd5932
|
| 10-Feb-2023 |
Hong Zhang <hzhang@mcs.anl.gov> |
move DMView_Network() to networkview.c
|