Smith  0.1
Smith is an implicit thermal structural mechanics simulation code.
Classes | Namespaces
stdfunction_operator.hpp File Reference

Classes for defining an mfem::Operator with std::functions. More...

#include <functional>
#include "mfem.hpp"
Include dependency graph for stdfunction_operator.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  smith::mfem_ext::StdFunctionOperator
 StdFunctionOperator is a class wrapping mfem::Operator so that the user can use std::function to define the implementations of mfem::Operator::Mult and mfem::Operator::GetGradient. More...
 

Namespaces

 smith
 Accelerator functionality.
 

Detailed Description

Classes for defining an mfem::Operator with std::functions.

Definition in file stdfunction_operator.hpp.