Nektar++
Loading...
Searching...
No Matches
Namespaces | Functions | Variables
nektar Namespace Reference

Namespaces

namespace  _ewriter
 
namespace  _exporter
 

Functions

 exporters ()
 
 ewriters ()
 

Variables

dict _exporters
 
dict _ewriters
 
list keywords
 

Function Documentation

◆ ewriters()

nektar.ewriters ( )
Returns a dict of all expression writers available in this module.

Definition at line 35 of file __init__.py.

35def ewriters():
36 """
37 Returns a dict of all expression writers available in this module.
38 """
39 return dict(_ewriters)
40
41
42# Language keywords

◆ exporters()

nektar.exporters ( )
Returns a dict of all exporters available in this module.

Definition at line 22 of file __init__.py.

22def exporters():
23 """
24 Returns a dict of all exporters available in this module.
25 """
26 return dict(_exporters)
27
28
29# Expression writers

Variable Documentation

◆ _ewriters

dict nektar._ewriters
protected
Initial value:
1= {
2 'nektar': NektarExpressionWriter,
3}

Definition at line 30 of file __init__.py.

◆ _exporters

dict nektar._exporters
protected
Initial value:
1= {
2 'nektar': NektarExporter,
3}

Definition at line 17 of file __init__.py.

◆ keywords

list nektar.keywords

Definition at line 43 of file __init__.py.