Searched refs:PetscWeakFormAddResidual (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/dt/tests/ |
| H A D | ex12.c | 151 … PetscCall(PetscWeakFormAddResidual(wf, key.label, key.value, key.field, key.part, f[i], NULL)); in TestAdd() 152 … PetscCall(PetscWeakFormAddResidual(wf, key.label, key.value, key.field, key.part, f[j], NULL)); in TestAdd() 153 … PetscCall(PetscWeakFormAddResidual(wf, key.label, key.value, key.field, key.part, f[k], NULL)); in TestAdd() 154 … PetscCall(PetscWeakFormAddResidual(wf, key.label, key.value, key.field, key.part, f[l], NULL)); in TestAdd() 173 … PetscCall(PetscWeakFormAddResidual(wf, key.label, key.value, key.field, key.part, NULL, f[i])); in TestAdd() 174 … PetscCall(PetscWeakFormAddResidual(wf, key.label, key.value, key.field, key.part, NULL, f[j])); in TestAdd() 175 … PetscCall(PetscWeakFormAddResidual(wf, key.label, key.value, key.field, key.part, NULL, f[k])); in TestAdd() 176 … PetscCall(PetscWeakFormAddResidual(wf, key.label, key.value, key.field, key.part, NULL, f[l])); in TestAdd() 195 … PetscCall(PetscWeakFormAddResidual(wf, key.label, key.value, key.field, key.part, f[i], f[i])); in TestAdd() 196 … PetscCall(PetscWeakFormAddResidual(wf, key.label, key.value, key.field, key.part, f[j], f[j])); in TestAdd() [all …]
|
| /petsc/src/snes/tests/ |
| H A D | ex15.c | 258 PetscCall(PetscWeakFormAddResidual(wf, NULL, 0, 1, 0, f0_quadratic_phi, NULL)); in SetupPrimalProblem() 264 PetscCall(PetscWeakFormAddResidual(wf, NULL, 0, 1, 0, f0_trig_phi, NULL)); in SetupPrimalProblem() 270 PetscCall(PetscWeakFormAddResidual(wf, NULL, 0, 1, 0, f0_trigx_phi, NULL)); in SetupPrimalProblem()
|
| /petsc/include/ |
| H A D | petscds.h | 36 PETSC_EXTERN PetscErrorCode PetscWeakFormAddResidual(PetscWeakForm, DMLabel, PetscInt, PetscInt, Pe…
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtweakform.c | 485 PetscErrorCode PetscWeakFormAddResidual(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, … in PetscWeakFormAddResidual() function
|