Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/tests/
H A Dex38.c5 …_func(PetscInt dim, PetscReal time, const PetscReal coords[], PetscInt num_comp_u, PetscScalar *u,… in bc_func() argument
8 for (PetscInt i = 0; i < num_comp_u; i++) u[i] = coords[i]; in bc_func()