![]() |
MFEM v4.9.0
Finite element discretization library
|
Go to the source code of this file.
Classes | |
| class | mfem::future::DerivativeOperator |
| class | mfem::future::DifferentiableOperator |
Namespaces | |
| namespace | mfem |
| namespace | mfem::future |
Typedefs | |
| using | mfem::future::action_t |
| Type alias for a function that computes the action of an operator. | |
| using | mfem::future::derivative_setup_t |
| Type alias for a function that computes the cache for the action of a derivative. | |
| using | mfem::future::derivative_action_t |
| Type alias for a function that computes the action of a derivative. | |
| using | mfem::future::assemble_derivative_sparsematrix_callback_t |
| Type alias for a function that assembles the SparseMatrix of a derivative operator. | |
| using | mfem::future::assemble_derivative_hypreparmatrix_callback_t |
| Type alias for a function that assembles the HypreParMatrix of a derivative operator. | |
| using | mfem::future::restriction_callback_t |
| Type alias for a function that applies the appropriate restriction to the solution and parameters. | |