Home
last modified time | relevance | path

Searched refs:PetscWeakFormView (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/dt/interface/
H A Ddtweakform.c1071 PetscErrorCode PetscWeakFormView(PetscWeakForm wf, PetscViewer v) in PetscWeakFormView() function
1109 …tscWeakForm", "Weak Form System", "PetscWeakForm", comm, PetscWeakFormDestroy, PetscWeakFormView)); in PetscWeakFormCreate()
H A Ddtds.c205 PetscCall(PetscWeakFormView(b->wf, viewer)); in PetscDSView_Ascii()
216 PetscCall(PetscWeakFormView(ds->wf, viewer)); in PetscDSView_Ascii()
/petsc/include/
H A Dpetscds.h18 PETSC_EXTERN PetscErrorCode PetscWeakFormView(PetscWeakForm, PetscViewer);