Tempus
Version of the Day
Time Integration
|
#include <functional>
#include "Tempus_WrapperModelEvaluator.hpp"
#include "Thyra_VectorBase.hpp"
#include "Thyra_VectorStdOps.hpp"
Go to the source code of this file.
Classes | |
class | Tempus::WrapperModelEvaluatorSecondOrder< Scalar > |
A ModelEvaluator for residual evaluations given a state. This ModelEvaluator takes a state, x, and determines its residual, , which is suitable for a nonlinear solve. This is accomplished by computing the time derivative of the state, x_dot, (through Lambda functions), supplying the current time, and calling the application application ModelEvaluator, . More... | |
Namespaces | |
Tempus | |