[petsc-users] Undefined symbols for architecture x86_64: "_dmviewfromoptions_",
Jed Brown
jed at jedbrown.org
Fri Sep 20 21:35:13 CDT 2019
"Smith, Barry F. via petsc-users" <petsc-users at mcs.anl.gov> writes:
> Currently none of the XXXViewFromOptions() have manual pages or Fortran stubs/interfaces. It is probably easier to remove them as inline functions and instead write them as full functions which just call PetscObjectViewFromOptions() with manual pages then the Fortran stubs/interfaces will be built automatically.
PetscObjectViewFromOptions has a custom interface because it takes a string.
Fortran users could call that today, rather than wait for stubs to be
written.
More information about the petsc-users
mailing list