Skip to content

Possible changes for v0.17 #16

Open
@lmdiazangulo

Description

@lmdiazangulo
  • Change the strings that are used for vectors, e.g.
    "gridType": "gridCondition",
    "type": "Number_of_cells",
    "numberOfCells": "{20 20 20}",
    "layerBox": "{0.012000000000002719 0.012 0.192 -0.0 -2.693855815499857e-10 -0.03}"
    }
    to something more compliant with json such arrays. The string format is basically inherited from previous limitations with GiD and it is not very comprehensive in some cases.
  • Sources and Probes typically refer to elemIds which are in the mesh structure. Until now, a .smb.json contained only a single unstructured problem description (as in: https://github.com/OpenSEMBA/core/blob/main/src/core/ProblemDescription.h) , but maybe we will have to extend it for: StructuredProblemDescription and MTLN cases... It is worth to give a thought to make it more coherent.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions