# MLFMA **Repository Path**: ar717478554/MLFMA ## Basic Information - **Project Name**: MLFMA - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-08 - **Last Updated**: 2022-02-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MLFMA ## Design Principles - Dimensions are normalized to wavelength. - No exception handling in the code for brevity. ## Run Edit input parameters and run the application using run.sh script. ```bash export LEAFBOX: Leaf-level box size (in wavelengths) export MODELFILE: Model file path export SCALE: Scaling factor #RUN COMMAND COMES HERE ``` ## MODEL FILE BINARY FORMAT * int16 numnode * fp16 x1 * fp16 y1 * fp16 z1 * fp16 x2 * fp16 y2 * fp16 z2 * ...