Home
last modified time | relevance | path

Searched refs:DofSection (Results 1 – 3 of 3) sorted by relevance

/petsc/include/petsc/private/
H A Ddmnetworkimpl.h48 PetscSection DofSection; member
55 PetscSection DofSection; member
137 PetscSection DofSection; /* Section for managing data distribution */ member
/petsc/src/dm/impls/network/
H A Dnetwork.c620 PetscCall(PetscSectionCreate(comm, &network->DofSection)); in DMNetworkInitializeNonTopological()
622 PetscCall(PetscSectionSetChart(network->DofSection, pStart, pEnd)); in DMNetworkInitializeNonTopological()
1304 PetscCall(PetscSectionGetOffset(network->edge.DofSection, p, offset)); in DMNetworkGetEdgeOffset()
1330 PetscCall(PetscSectionGetOffset(network->vertex.DofSection, p, offset)); in DMNetworkGetVertexOffset()
1373 PetscCall(PetscSectionAddDof(network->DofSection, p, nvar)); in DMNetworkAddComponent()
1470 PetscCall(PetscSectionGetDof(network->DofSection, p, nvar)); in DMNetworkGetComponent()
1554 PetscCall(PetscSectionSetUp(network->DofSection)); in DMNetworkVariablesSetUp()
1626 …SubSection_private(network->DofSection, network->cloneshared->vStart, network->cloneshared->vEnd, … in DMNetworkAssembleGraphStructures()
1627 …tSubSection_private(network->DofSection, network->cloneshared->eStart, network->cloneshared->eEnd,… in DMNetworkAssembleGraphStructures()
1632 …PetscCall(PetscSectionCreateGlobalSection(network->vertex.DofSection, network->vertex.sf, PETSC_TR… in DMNetworkAssembleGraphStructures()
[all …]
H A Dnetworkcreate.c253 network->vertex.DofSection = NULL; in DMNetworkInitializeToDefault_NonShared()
258 network->edge.DofSection = NULL; in DMNetworkInitializeToDefault_NonShared()
264 network->DofSection = NULL; in DMNetworkInitializeToDefault_NonShared()