# MoM_Kernels.jl **Repository Path**: deltaeecs/MoM_Kernels.jl ## Basic Information - **Project Name**: MoM_Kernels.jl - **Description**: 该包依赖于MoM_Basics。 提供 MoM 包的核心算法,包括各类基函数的矩阵元计算、多层快速多极子(MLFMA)各种类型和函数、求解器、后处理(RCS、远场计算等功能)。但均不包含绘图函数。MoM 本身被拆分为几个独立的包以方便开发时快读编译,同时避免在无图形化界面使用时调入绘图相关包而导致报错。 - **Primary Language**: Julia - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2022-12-07 - **Last Updated**: 2025-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![MoM](./docs/src/assets/logo.png) # MoM_Kernels ![star](https://img.shields.io/github/stars/deltaeecs/MoM_Kernels.jl?style=social) [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://deltaeecs.github.io/MoM_Kernels.jl/) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://deltaeecs.github.io/MoM_Kernels.jl/dev/) [![Build Status](https://github.com/deltaeecs/MoM_Kernels.jl/actions/workflows/CI.yml/badge.svg?branch=master)](https://github.com/deltaeecs/MoM_Kernels.jl/actions/workflows/CI.yml?query=branch%3Amaster) [![Coverage](https://codecov.io/gh/deltaeecs/MoM_Kernels.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/deltaeecs/MoM_Kernels.jl) ![Size](https://img.shields.io/github/repo-size/deltaeecs/MoM_Kernels.jl) ![Downloads](https://img.shields.io/github/downloads/deltaeecs/MoM_Kernels.jl/total) ![License](https://img.shields.io/github/license/deltaeecs/MoM_Kernels.jl) ## 介绍 提供 CEM\_MoMs ([![github](https://img.shields.io/badge/github-blue.svg)](https://github.com/deltaeecs/CEM_MoMs.jl), [![gitee](https://img.shields.io/badge/gitee-red.svg)](https://gitee.com/deltaeecs/CEM_MoMs.jl)) 包的核心算法,包括各类基函数的矩阵元计算、多层快速多极子(MLFMA)各种类型和函数、求解器、后处理(RCS、远场计算等功能),但不包含绘图函数。 CEM_MoMs 本身被拆分为几个独立的包以方便开发时快速编译,同时避免在无图形化界面使用时调入绘图相关包而导致报错。