Neko-TOP
A portable framework for high-order spectral element flow toplogy optimization.
Loading...
Searching...
No Matches
json_utils_ext.f90 File Reference

Go to the source code of this file.

Modules

module  json_utils_ext
 

Functions/Subroutines

character(len=:) function, allocatable, public json_utils_ext::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_utils_ext::json_get_subdict (json, key, output)
 Extract a sub-object from a json object.
 
type(json_file) function, public json_utils_ext::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.