MultiSurface

A reallly simple extension to the Surface infrastructure to handle vector valued functions, assuming each vector value corresponds to a different Surfaces

 

__init__(self, *surfs): 
  • surfs: Iterable[Surface]

    a set of Surface objects to use when evaluating

 

__call__(self, gridpoints, **kwargs): 

Feedback

Examples

Templates

Documentation