Searched refs:TV_add_row (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/sys/totalview/ |
| H A D | tv_data_display.h | 50 PETSC_SINGLE_LIBRARY_INTERN int TV_add_row(const char *, const char *, const void *);
|
| H A D | tv_data_display.c | 53 int TV_add_row(const char *field_name, const char *type_name, const void *value) in TV_add_row() function
|
| /petsc/src/vec/vec/interface/ |
| H A D | vector.c | 822 TV_add_row("Local rows", "int", &v->map->n); in TV_display_type() 823 TV_add_row("Global rows", "int", &v->map->N); in TV_display_type() 824 TV_add_row("Typename", TV_ascii_string_type, ((PetscObject)v)->type_name); in TV_display_type() 827 TV_add_row("values", type, values); in TV_display_type()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 1246 TV_add_row("Local rows", "int", &mat->rmap->n); in TV_display_type() 1247 TV_add_row("Local columns", "int", &mat->cmap->n); in TV_display_type() 1248 TV_add_row("Global rows", "int", &mat->rmap->N); in TV_display_type() 1249 TV_add_row("Global columns", "int", &mat->cmap->N); in TV_display_type() 1250 TV_add_row("Typename", TV_ascii_string_type, ((PetscObject)mat)->type_name); in TV_display_type()
|