Serac  0.1
Serac is an implicit thermal strucural 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  serac::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

 serac
 Accelerator functionality.
 

Detailed Description

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

Definition in file stdfunction_operator.hpp.