MultiSurface

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

Properties and Methods

 

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

    a set of Surface objects to use when evaluating

 

__call__(self, gridpoints, **kwargs): 

Examples


Edit Examples or Create New Examples
Edit Template or Create New Template
Edit Docstrings