What is Palace?
mainPalace (Parallel Large-scale Computational Electromagnetics) is a 3D finite-element solver for electromagnetic simulations. It is a command-line executable that supports both CPUs and GPUs and can run on single or multiple nodes.
A simulation requires two primary inputs:
- Mesh file: Describes the target geometry. Palace does not generate meshes; you must provide one in a supported format (e.g., Gmsh, etc.).
- Config file: A JSON file defining the problem type, material properties, boundary conditions, solver parameters, and output settings.