Searched defs:components (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/ts/characteristic/interface/ |
| H A D | characteristic.c | 251 …Characteristic c, DM da, Vec v, Vec vOld, PetscInt numComponents, PetscInt components[], PetscErro… in CharacteristicSetVelocityInterpolation() argument 264 …Characteristic c, DM da, Vec v, Vec vOld, PetscInt numComponents, PetscInt components[], PetscErro… in CharacteristicSetVelocityInterpolationLocal() argument 277 …rpolation(Characteristic c, DM da, Vec v, PetscInt numComponents, PetscInt components[], PetscErro… in CharacteristicSetFieldInterpolation() argument 292 …tionLocal(Characteristic c, DM da, Vec v, PetscInt numComponents, PetscInt components[], PetscErro… in CharacteristicSetFieldInterpolationLocal() argument
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | runtests.py | 10 components = [ variable
|
| /petsc/src/snes/tutorials/ |
| H A D | ex56.c | 297 const PetscInt components[] = {0, 1, 2}; in main() local
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 2805 PetscErrorCode PetscDSGetComponents(PetscDS prob, PetscInt *components[]) in PetscDSGetComponents()
|