7 use json_module,
only: json_file
8 use utils,
only: neko_error
11 use mpi_f08,
only: mpi_init
17 type(json_file) :: parameters
18 character(len=256) :: parameter_file
39 argc = command_argument_count()
40 if (argc .lt. 1)
call neko_error(
'Missing parameter file')
41 call get_command_argument(1, parameter_file)
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 ra...
Module for handling the optimization problem.
Implements the steady_problem_t type.
A topology optimization design variable.
Abstract optimizer class.
The abstract problem type.