Recipe

  1. Create a copy of that existing model which is closest to that you wish to implement in the directory lsm/csim/src. In the following we assume that the related files are called MyModel.h and MyModel.cpp.

  2. Implement your model.

  3. Add you model to CSIM:

  4. Compile CSIM:

  5. Use your model!