chrono::ChIntegrand1D< T > Class Template Referenceabstract

Description

template<class T = double>
class chrono::ChIntegrand1D< T >

Base class for 1D integrand T = f(x) to be used in ChQuadrature.

The class is templated so that the computed valued can be either a scalar or a more complex object (e.g., a matrix).

#include <ChQuadrature.h>

Public Member Functions

virtual void Evaluate (T &result, const double x)=0
 Evaluate the function at point x, that is result T = f(x).
 

The documentation for this class was generated from the following file:
  • /builds/uwsbel/chrono/src/chrono/core/ChQuadrature.h