VTK-m  2.0
Public Attributes | List of all members
vtkm::NewtonsMethodResult< ScalarType, Size > Struct Template Reference

#include <NewtonsMethod.h>

Public Attributes

bool Valid
 
bool Converged
 
vtkm::Vec< ScalarType, Size > Solution
 

Member Data Documentation

◆ Converged

template<typename ScalarType , vtkm::IdComponent Size>
bool vtkm::NewtonsMethodResult< ScalarType, Size >::Converged

◆ Solution

template<typename ScalarType , vtkm::IdComponent Size>
vtkm::Vec<ScalarType, Size> vtkm::NewtonsMethodResult< ScalarType, Size >::Solution

◆ Valid

template<typename ScalarType , vtkm::IdComponent Size>
bool vtkm::NewtonsMethodResult< ScalarType, Size >::Valid

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