TCAD User
TCAD User
**Describe the bug** When trying to convert a Tecplot formatted file, it fails on parsing the VARLOCATION data: ``` $ meshio convert gmsh_mos2d_dd.tec test.e Traceback (most recent call last): File...
This patch allows the use of a local directory path for the `url` in a recipe. For example, when building a local c extension, it is then possible to use...
**Versions** * Python : 3.10 * MacOS version : Ventura (arm64 M1) * XCode Version : latest * Cython version : 0.29.36 **Describe the bug** In order for my iphoneos...
Use PyNumber_Float from the stable abi if other conversions do not work. Useful for when numpy numbers are passed: https://docs.python.org/3/c-api/number.html#c.PyNumber_Float
instead of using: inm@r0, inm@r1 use: inm@rname0, inm@rname1 where rname0 and rname1 are the actual names of the regions, instead of using their order in the interface region list
make it possible to get/set currents for transient simulation via python interface. this makes it possible to restart a transient simulation from a script
make it possible to specify an interface node model (or node model) that can be surface density integrated. For example, surface charge density in Poisson equation
https://forum.devsim.org/t/error-electrons-is-missing-from-all-the-blocks-of-this-composite-dataset/232/1