Searched refs:PetscDSGetWeakForm (Results 1 – 13 of 13) sorted by relevance
| /petsc/src/snes/tutorials/ |
| H A D | ex23.c | 101 PetscCall(PetscDSGetWeakForm(ds, &wf)); in SetupPrimalProblem() 106 PetscCall(PetscDSGetWeakForm(ds, &wf)); in SetupPrimalProblem()
|
| H A D | ex34.c | 164 PetscCall(PetscDSGetWeakForm(ds, &wf)); in SetupPrimalProblem()
|
| H A D | ex17.c | 463 PetscCall(PetscDSGetWeakForm(ds, &wf)); in SetupPrimalProblem()
|
| /petsc/doc/manual/ |
| H A D | fe.md | 102 PetscDSGetWeakForm(ds, &wf); 111 PetscDSGetWeakForm(ds, &wf); 116 PetscDSGetWeakForm(ds, &wf);
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex3.c | 114 PetscCall(PetscDSGetWeakForm(ds, &wf)); in SetupProblem()
|
| /petsc/src/snes/utils/ |
| H A D | dmplexsnes.c | 380 PetscCall(PetscDSGetWeakForm(ds, &wf)); in DMPlexSNESComputeResidualDS() 495 PetscCall(PetscDSGetWeakForm(ds, &wf)); in DMSNESComputeJacobianAction()
|
| /petsc/src/dm/dt/fe/impls/basic/ |
| H A D | febasic.c | 417 PetscCall(PetscDSGetWeakForm(ds, &wf)); in PetscFEIntegrateResidual_Basic() 640 PetscCall(PetscDSGetWeakForm(ds, &wf)); in PetscFEIntegrateHybridResidual_Basic() 781 PetscCall(PetscDSGetWeakForm(rds, &wf)); in PetscFEIntegrateJacobian_Basic() 1096 PetscCall(PetscDSGetWeakForm(ds, &wf)); in PetscFEIntegrateHybridJacobian_Basic()
|
| /petsc/src/snes/tests/ |
| H A D | ex15.c | 237 PetscCall(PetscDSGetWeakForm(ds, &wf)); in SetupPrimalProblem()
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 1088 PetscErrorCode PetscDSGetWeakForm(PetscDS ds, PetscWeakForm *wf) in PetscDSGetWeakForm() function 3809 PetscCall(PetscDSGetWeakForm(prob, &wf)); in PetscDSCopyEquations() 3810 PetscCall(PetscDSGetWeakForm(newprob, &newwf)); in PetscDSCopyEquations()
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex5.c | 1204 PetscCall(PetscDSGetWeakForm(probh, &wf)); in TestAssembly()
|
| /petsc/include/ |
| H A D | petscds.h | 130 PETSC_EXTERN PetscErrorCode PetscDSGetWeakForm(PetscDS, PetscWeakForm *);
|
| /petsc/src/ts/tutorials/ |
| H A D | ex76.c | 1220 PetscCall(PetscDSGetWeakForm(ds, &wf)); in SetupProblem()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plex.c | 10434 PetscCall(PetscDSGetWeakForm(ds, &wf)); in DMCreateMassMatrix_Plex() 10500 PetscCall(PetscDSGetWeakForm(ds, &wf)); in DMCreateGradientMatrix_Plex()
|