Stefano Zaghi

Results 88 issues of Stefano Zaghi

Exploit FoBiS doctests for improving code coverage/regression/usage-documentation.

enhancement

The standard (2003/2008) seems to not allow a typed pointer to point an unlimited polymorphic one, e.g. the following seems to be not standard: ``` fortran class(*), pointer:: foo type(mytype),...

Importers are missing.

enhancement
in progress

OOP Refactoring started. New branch created for this aim `feature/OOP-refactoring`. ### VTK file class A new class has been created. It is not complete, but already huge... The `include` statements...

enhancement

Exploit FoBiS doctests for improving code coverage/regression/usage-documentation.

enhancement

Support other not yet supported types, e.g. polylines.

ready

This is not properly a bug. There is an inefficiency when saving XML raw (binary) file. To write raw data into XML file the library uses a temporary scratch file...

bug

Huge mesh dimensions, i.e. extents higher than 2^32-1, are not supported

enhancement
ready

Improve documentation. Best should be do a @milancurcic [datetime](https://github.com/milancurcic/datetime-fortran): all doc in one plain README...

enhancement

### desiderata new methods #### [Python-str-like methods](https://docs.python.org/2/library/stdtypes.html#string-methods) - [x] UPPER/lower case transformation - [x] capitalize - [x] end_with suffix check - [x] start_with prefix check - [x] is_digit - [x]...

enhancement