bueler / p4pdes

C and Python examples from my book on using PETSc and Firedrake to solve PDEs
MIT License
180 stars 69 forks source link

triangle --> petsc binary conversion code should be python #21

Closed bueler closed 8 years ago

bueler commented 8 years ago

Currently it is convert.c; this should be re-done in python. The other C code (new name femfish.c; see #19) reads a petsc binary.

bueler commented 8 years ago

This is an example that uses the PetscBinaryIO and petsc_conf python modules: https://github.com/bueler/sia-fve/blob/master/petsc/nc2petsc.py