Started on implementation of BEM
This commit is contained in:
parent
89e9622b1f
commit
10b7ba60f8
20
beamforming/c/bem.c
Normal file
20
beamforming/c/bem.c
Normal file
@ -0,0 +1,20 @@
|
||||
// bem.c
|
||||
//
|
||||
// Author: J.A. de Jong -ASCEE
|
||||
//
|
||||
// Description:
|
||||
//
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
#include "types.h"
|
||||
|
||||
typedef struct {
|
||||
umat elem;
|
||||
vd nodes;
|
||||
ElemType elemtype;
|
||||
} BemMesh;
|
||||
|
||||
int Ms_osc_free(BemMesh* mesh,cmat* Ms) {
|
||||
|
||||
|
||||
}
|
||||
//////////////////////////////////////////////////////////////////////
|
Loading…
Reference in New Issue
Block a user