Home
last modified time | relevance | path

Searched refs:PetscDSSetConstants (Results 1 – 25 of 30) sorted by relevance

12

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex2.c170 PetscCall(PetscDSSetConstants(prob, 2, &q[0])); in testSpitzer()
176 PetscCall(PetscDSSetConstants(prob, 1, &q[1])); in testSpitzer()
183 PetscCall(PetscDSSetConstants(prob, 1, user)); in testSpitzer()
193 PetscCall(PetscDSSetConstants(prob, 1, user)); in testSpitzer()
200 PetscCall(PetscDSSetConstants(prob, 1, &vz)); in testSpitzer()
209 PetscCall(PetscDSSetConstants(prob, 1, q)); in testSpitzer()
286 PetscCall(PetscDSSetConstants(prob, sizeof(LandauCtx) / sizeof(PetscScalar), (PetscScalar *)ctx)); in testStable()
329 PetscCall(PetscDSSetConstants(prob, ctx->num_species, qv0)); in EInduction()
H A Dex1.c272 PetscCall(PetscDSSetConstants(prob, 2, user)); in Monitor()
278 PetscCall(PetscDSSetConstants(prob, 2, user)); in Monitor()
284 PetscCall(PetscDSSetConstants(prob, 2, user)); in Monitor()
/petsc/src/snes/tutorials/
H A Dex34.c189 PetscCall(PetscDSSetConstants(ds, 4, constants)); in SetupPrimalProblem()
H A Dex71.c252 PetscCall(PetscDSSetConstants(ds, 4, constants)); in SetupProblem()
H A Dex62.c323 PetscCall(PetscDSSetConstants(ds, 1, constants)); in SetupEqn()
H A Dex64.c199 PetscCall(PetscDSSetConstants(ds, 4, constants)); in SetupEqn()
H A Dex27.c464 PetscCall(PetscDSSetConstants(ds, 1, constants)); in SetupPrimalProblem()
597 PetscCall(PetscDSSetConstants(ds, 1, constants)); in SetupMixedProblem()
H A Dex36.c189 PetscCall(PetscDSSetConstants(ds, NUM_CONSTANTS, constants)); in SetupPrimalProblem()
H A Dex17.c596 PetscCall(PetscDSSetConstants(ds, 3, constants)); in SetupPrimalProblem()
H A Dex76.c399 PetscCall(PetscDSSetConstants(prob, 3, constants)); in SetupProblem()
H A Dex12.c644 PetscCall(PetscDSSetConstants(ds, 2, constants)); in SetupProblem()
/petsc/src/dm/impls/plex/tests/
H A Dex73.c183 PetscCall(PetscDSSetConstants(ds, 1, constants)); in CreateDiscretization()
/petsc/src/dm/impls/plex/
H A Dplexmetric.c1300 PetscCall(PetscDSSetConstants(ds, 1, constants)); in DMPlexMetricNormalize()
1308 PetscCall(PetscDSSetConstants(ds, 1, constants)); in DMPlexMetricNormalize()
H A Dplexcreate.c2924 PetscCall(PetscDSSetConstants(cds, 2, c)); in DMPlexCreateHexCylinderMesh_Internal()
3666 PetscCall(PetscDSSetConstants(cds, 1, &c)); in DMPlexCreateSphereMesh_Internal()
4886 PetscCall(PetscDSSetConstants(cds, 2, bounds)); in DMPlexCreateFromOptions_Internal()
5558 PetscCall(PetscDSSetConstants(cds, Np, params)); in DMSetFromOptions_Plex()
H A Dplexinterpolate.c1716 PetscCall(PetscDSSetConstants(dsB, Nc, (PetscScalar *)constants)); in DMPlexCopyCoordinates()
/petsc/src/snes/tests/
H A Dex15.c440 PetscCall(PetscDSSetConstants(ds, NUM_CONSTANTS, constants)); in InitializeConstants()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2023 PetscCall(PetscDSSetConstants(cds, 2, consts)); in LandauSphereMesh()
2419 PetscCall(PetscDSSetConstants(prob, 2, user)); in DMPlexLandauPrintNorms()
2440 PetscCall(PetscDSSetConstants(prob, 2, user)); in DMPlexLandauPrintNorms()
2444 PetscCall(PetscDSSetConstants(prob, 2, user)); in DMPlexLandauPrintNorms()
2448 PetscCall(PetscDSSetConstants(prob, 2, user)); in DMPlexLandauPrintNorms()
/petsc/src/ts/tutorials/
H A Dex48.c502 PetscCall(PetscDSSetConstants(prob, NUM_CONSTS, scales)); in SetupProblem()
H A Dex77.c391 PetscCall(PetscDSSetConstants(prob, 4, constants)); in SetupProblem()
H A Dex76.c1407 PetscCall(PetscDSSetConstants(ds, 13, constants)); in SetupProblem()
H A Dex53.c1905 PetscCall(PetscDSSetConstants(ds, 6, constants)); in SetupPrimalProblem()
/petsc/include/
H A Dpetscds.h141 PETSC_EXTERN PetscErrorCode PetscDSSetConstants(PetscDS, PetscInt, PetscScalar[]);
/petsc/src/dm/dt/interface/
H A Ddtds.c2579 PetscErrorCode PetscDSSetConstants(PetscDS ds, PetscInt numConstants, PetscScalar constants[]) in PetscDSSetConstants() function
3839 PetscCall(PetscDSSetConstants(newprob, Nc, (PetscScalar *)constants)); in PetscDSCopyConstants()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex3.c767 PetscCall(PetscDSSetConstants(ds, NUM_CONSTANTS, constants)); in InitializeConstants()
H A Dex2.c1452 PetscCall(PetscDSSetConstants(ds, NUM_CONSTANTS, constants)); in InitializeConstants()

12