Home
last modified time | relevance | path

Searched defs:components (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ts/characteristic/interface/
H A Dcharacteristic.c251 …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 Druntests.py10 components = [ variable
/petsc/src/snes/tutorials/
H A Dex56.c297 const PetscInt components[] = {0, 1, 2}; in main() local
/petsc/src/dm/dt/interface/
H A Ddtds.c2805 PetscErrorCode PetscDSGetComponents(PetscDS prob, PetscInt *components[]) in PetscDSGetComponents()