Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
|
Functions/Subroutines | |
character(len=:) function, allocatable, public | json_key_fallback (json, lookup, fallback) |
Create a json_string based on fallback logic. If the lookup key is present in the json object, return it. If the fallback key is present in the json object, return it. Otherwise, return the lookup key. | |
subroutine, public | json_get_subdict (json, key, output) |
Extract a sub-object from a json object. | |
type(json_file) function, public | json_read_file (filename) |
Read a json file taking mpi into account. This function reads a json file and broadcasts it to all ranks. @params[in] filename The name of the file to read. | |