close_application# dlubal.api.rfem.Application.close_application(self)# Closes the whole application Example from dlubal.api import rfem with rfem.Application() as rfem_app: rfem_app.close_application()