Files
mfem/examples/petsc
Stefano Zampini 9457962d33 PetscSolver: extended monitoring framework
Add a user callback to monitor the solver (defaults to no-hop)

fixed a bug in ex1p.cpp
2018-11-21 15:14:53 +03:00
..
2017-01-28 22:05:47 -08:00
2017-01-28 22:05:47 -08:00
2018-10-10 17:47:35 -07:00
2017-01-28 22:05:47 -08:00
2017-01-28 22:05:47 -08:00
2017-01-28 22:05:47 -08:00
2017-01-28 22:05:47 -08:00
2017-01-28 22:05:47 -08:00
2017-01-28 22:05:47 -08:00
2017-01-28 22:05:47 -08:00

                    Finite Element Discretization Library
                                   __
                       _ __ ___   / _|  ___  _ __ ___
                      | '_ ` _ \ | |_  / _ \| '_ ` _ \
                      | | | | | ||  _||  __/| | | | | |
                      |_| |_| |_||_|   \___||_| |_| |_|

                               http://mfem.org

This directory contains modifications of the example codes that illustrate the
use of MFEM features based on the PETSc suite.

To build these examples, make sure that MFEM is configured with the option
"MFEM_USE_PETSC = YES", see the top-level INSTALL file for details (version
3.8 or higher of the PETSc dev branch is required).

We recommend comparing the original example codes with the corresponding files
in the current directory.