ROL
ROL::ROL::Finite_Difference_Arrays Namespace Reference

Variables

const int shifts [4][4]
const double weights [4][5]

Variable Documentation

◆ shifts

const int ROL::ROL::Finite_Difference_Arrays::shifts[4][4]

◆ weights

const double ROL::ROL::Finite_Difference_Arrays::weights[4][5]
Initial value:
= { { -1.0, 1.0, 0.0, 0.0, 0.0 },
{ 0.0, -1.0/2.0, 1.0/2.0, 0.0, 0.0 },
{ -1.0/2.0, -1.0/3.0, 1.0, -1.0/6.0, 0.0 },
{ 0.0, -2.0/3.0, 1.0/12.0, 2.0/3.0, -1.0/12.0 }
}

Definition at line 838 of file ROL_Constraint_SerialSimOpt.hpp.

Referenced by ROL::ROL::Constraint< Real >::checkApplyAdjointHessian(), ROL::ROL::Constraint< Real >::checkApplyJacobian(), ROL::ROL::Objective< Real >::checkGradient(), and ROL::ROL::Objective< Real >::checkHessVec().