petsc-3.14.6 2021-03-30
PetscStrArrayallocpy
Allocates space to hold a copy of an array of strings then copies the strings
Synopsis
#include "petscsys.h"
PetscErrorCode PetscStrArrayallocpy(const char *const *list,char ***t)
Not Collective
Input Parameters
| s | - pointer to array of strings (final string is a null)
|
Output Parameter
| t | - the copied array string
|
Note
Not for use in Fortran
Warning: If t has previously been allocated then that memory is lost, you may need to PetscStrArrayDestroy()
the array before calling this routine.
See Also
PetscStrallocpy(), PetscStrArrayDestroy(), PetscStrNArrayallocpy()
Level
intermediate
Location
src/sys/utils/str.c
Examples
src/ts/tutorials/extchem.c.html
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages