python: join lines with '\n' so we don't need to ignore comment linesThe parser handles line comments fine. This also avoids malfunctionin case // comments appear in ceed.h (the former rule exclu
python: join lines with '\n' so we don't need to ignore comment linesThe parser handles line comments fine. This also avoids malfunctionin case // comments appear in ceed.h (the former rule excluded alllines containing '///' and ignored '//' lines, resulting in allsubsequent lines being ignored).
show more ...
Python - add CEED_ELEMRESTRICTION_NONE
Python - add layout and norm enums to __init__
Python - convert to strided restrictions
ElemRestriction - make lmode a separate enum
ElemRestriction - move lmode to constructor over apply
Vector - add CeedVectorNorm
Python - include lmode in get_multiplicity
Python - update cffi to use env variable CEED_DIR
Python - add elemrestriction
Python - add build_ceed_cffi.py
Python - add ceed vectors
Python - add ceed bases
Python - add ceed operators
Python - add ceed qfunctions
Python - add ceed constants
Python - inital python ceed interface
1234