{% extends "base.html" %} {% block title %}Settings - 1D Poisson Simulator{% endblock %} {% block content %}

Settings

Configure application settings


Simulation Configuration
Path to the 1D Poisson executable file
Directory for simulation files and outputs
Maximum time allowed for a simulation to run
System Information
Loading...
Loading system information...
License
Loading...
Loading license information...
Help
Finding the 1D Poisson Executable

The executable path depends on your installation:

  • Windows: Usually in C:\Program Files\1D Poisson\ or where you installed it
  • macOS: Usually in /Applications/1D Poisson/
  • Linux: Usually in /usr/local/bin/

Configuration Tips
  • Test the configuration after changing the executable path
  • The working directory will be created if it doesn't exist
  • Increase timeout for complex structures
  • Enable verbose mode for debugging
{% endblock %} {% block extra_js %} {% endblock %}