Skip to content

Expose solver attributes to the user #68

Description

@Padisi

I think it could be useful for the user to have access to the solver’s attributes when building applications with libMobility. I mean being able to do:

solver = libMobility.NBody(periodicityX='open', periodicityY='open', periodicityZ='open')
solver.setParameters()
solver.initialize( ... )

print(solver.includeAngular)
print(solver.periodicityX)


Output:

False
'open'


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions