Home
last modified time | relevance | path

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

/petsc/src/sys/tests/
H A Dex14.c25 PetscCall(PetscOptionsScalarArray("-array", "Input a scalar array", "ex14.c", array, &n, NULL)); in main()
/petsc/src/sys/tutorials/
H A Dex9f.F9085 …PetscCallA(PetscOptionsScalarArray('-scalararray', 'Get an application scalar array', 'Man page', …
/petsc/src/vec/vec/utils/tagger/impls/
H A Dsimple.c31 …PetscCall(PetscOptionsScalarArray("-vec_tagger_box", "lower and upper bounds of the box", funcstri… in VecTaggerSetFromOptions_Simple()
/petsc/include/
H A Dpetscoptions.h315 PetscErrorCode PetscOptionsScalarArray(T...);
1252 …#define PetscOptionsScalarArray(opt, text, man, value, n, set) PetscOptionsScal… macro
/petsc/src/dm/impls/plex/tests/
H A Dex18.c281 …PetscCall(PetscOptionsScalarArray("-view_vertices_from_coords", "Print DAG points corresponding to… in ProcessOptions()
/petsc/doc/faq/
H A Dindex.md1315 `PetscOptionsBool()` or `PetscOptionsScalarArray()`). This is a so-called "provider"
/petsc/src/dm/impls/plex/
H A Dplexcreate.c5493 …PetscCall(PetscOptionsScalarArray("-dm_coord_map_params", "Parameters for the coordinate remapping… in DMSetFromOptions_Plex()