C++ main module for emicrom Package  1.0
Public Member Functions | Public Attributes | List of all members
NRFunction Class Reference
Collaboration diagram for NRFunction:
Collaboration graph
[legend]

Public Member Functions

 NRFunction (EMM_SecondOrderIterativeTimeStep &m)
 
std::pair< tReal, tRealoperator() (const tReal &dt)
 
const tRealgetArgMin ()
 
const tRealgetMin ()
 

Public Attributes

EMM_SecondOrderIterativeTimeStepmF
 
tReal mE_opt
 
tReal mdt_opt
 

Constructor & Destructor Documentation

◆ NRFunction()

NRFunction::NRFunction ( EMM_SecondOrderIterativeTimeStep m)
inline

References CORE_Object::getRealInfinity().

Here is the call graph for this function:

Member Function Documentation

◆ getArgMin()

const tReal& NRFunction::getArgMin ( )
inline

References mdt_opt.

Referenced by EMM_NewtonRaphsonIterativeTimeStep::optimizeTimeFunction().

Here is the caller graph for this function:

◆ getMin()

const tReal& NRFunction::getMin ( )
inline

References mE_opt.

Referenced by EMM_NewtonRaphsonIterativeTimeStep::optimizeTimeFunction().

Here is the caller graph for this function:

◆ operator()()

std::pair<tReal,tReal> NRFunction::operator() ( const tReal dt)
inline

References EMM_SecondOrderIterativeTimeStep::computeTimeFunctionDerivatives(), CORE_Real::toString(), and tReal.

Here is the call graph for this function:

Member Data Documentation

◆ mdt_opt

tReal NRFunction::mdt_opt

Referenced by getArgMin().

◆ mE_opt

tReal NRFunction::mE_opt

Referenced by getMin().

◆ mF


The documentation for this class was generated from the following file: