
MESH STRUCTURE - two types of structures are created: block_meta - structure storing metadata of each block block_data - structure storing geometry and variable information - two lists corresponding to stored objects of block_meta and block_data: list_meta - the list of objects of block_meta type is shared and synchronized between processors list_data - the list of objects of block_data type is private for each processors - corresponding pointers to both structures are created too
Description
No description provided
Languages
Fortran
92.3%
Python
7.2%
CMake
0.3%
Makefile
0.2%