autoconf: add state definition and dimension to yaml
Current behavior:
The problem setup using autoconf is done using the following method:
problem_ptr_ = Problem::autoSetup("PO", 2, file);
Expected behavior:
Let the state and the dimension to be defined in the yaml file, i.e.
problem_ptr_ = Problem::autoSetup(file);