TaylorSeriesSurface

A surface with an evaluator built off of a Taylor series expansion

 

__init__(self, *derivs, dimension=None, **opts): 
  • data: Any

    derivs or a tuple of derivs + options

  • dimension: Any

 

@property
center(self): 

 

@property
ref(self): 

 

@property
expansion_tensors(self): 

 

check_dimension(self, gridpoints, target=None, raise_exception=True): 

 

evaluate(self, points, **kwargs): 

Since the Taylor expansion stuff is already built out this is super easy

  • points: Any
  • kwargs: Any
  • :returns: _

Feedback

Examples

Templates

Documentation