C++ main module for emicrom Package  1.0
Classes | Functions
EMM_NewtonRaphsonIterativeTimeStep.h File Reference
#include "EMM_SecondOrderIterativeTimeStep.h"
#include "EMM_RealField.h"
Include dependency graph for EMM_NewtonRaphsonIterativeTimeStep.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  EMM_NewtonRaphsonIterativeTimeStep
 This class compute the new time step by optimizing a function EMM_LandauLisfchitzSystem::computeEnergyAtTime() within the optimizeTimeFunction() method as the newton raphson optimization. Builds a sequence $ t_{n+1}=t_{n}-\frac{E^{'}}{E^{"}} $. More...
 

Functions

 DEFINE_SPTR (EMM_NewtonRaphsonIterativeTimeStep)
 

Function Documentation

◆ DEFINE_SPTR()