Searched refs:compdata (Results 1 – 2 of 2) sorted by relevance
101 DMNetworkAddComponent(DM dm, PetscInt p, PetscInt compkey, void* compdata, PetscInt nvar)107 (`DMNetworkRegisterComponent()`); `compdata` holds the data for the207 compdata = (UserCompDataType)(component);
1367 void **compdata; in DMNetworkAddComponent() local1386 PetscCall(PetscMalloc1(header->maxcomps, &compdata)); in DMNetworkAddComponent()1404 PetscCall(PetscMemcpy(compdata, cvalue->data, header->ndata * sizeof(void *))); in DMNetworkAddComponent()1417 cvalue->data = compdata; in DMNetworkAddComponent()