Home
last modified time | relevance | path

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

/petsc/src/mat/impls/htool/
H A Dhtool.cxx1091 …, PetscInt spacedim, const PetscReal coords_target[], const PetscReal coords_source[], MatHtoolKer… in MatCreateHtoolFromKernel() argument
1100 PetscAssertPointer(coords_source, 8); in MatCreateHtoolFromKernel()
1113 if (coords_target != coords_source) { in MatCreateHtoolFromKernel()
1115 …PetscCall(PetscArraycpy(a->gcoords_source + A->cmap->rstart * spacedim, coords_source, A->cmap->n … in MatCreateHtoolFromKernel()