Chapter 24
FieldConvert in NekPy

This chapter will describe the idea behind the FieldConvert utility in NekPy and discuss how the process is implemented through a Python FieldConverter class. As this part of the project has not been fully completed yet, this chapter also outlines the tasks that need to be done in order to show the proof-of-concept, as well as some ideas for further improving the tool.

 21.2 Basic class wrapping
  21.2.1 py::class_<>
  21.2.2 Wrapping member functions
  21.2.3 Inheritance
  21.2.4 Wrapping enums