Skip to content

Commit 9794df1

Browse files
authored
Adds readmeshN for meshS and meshL (FreeFem#355)
1 parent 55a3acc commit 9794df1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

idp/macro_ddm.idp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ IFMACRO(dimension,3S)
4141
macro meshN()meshS// EOM // three-dimensional surface problem
4242
macro intN()int2d// EOM // two-dimensional integral
4343
macro intN1()int1d// EOM // one-dimensional integral
44+
macro readmeshN()readmeshS// EOM // three-dimensional surface problem
4445
macro intNxN()int2dx2d// EOM // two-dimensional integral for BEM
4546
ENDIFMACRO
4647
IFMACRO(dimension,3L)
4748
macro meshN()meshL// EOM // three-dimensional line problem
4849
macro intN()int1d// EOM // one-dimensional integral
4950
macro intN1()int0d// EOM // zero-dimensional integral
51+
macro readmeshN()readmeshL// EOM // three-dimensional line problem
5052
macro intNxN()int1dx1d// EOM // one-dimensional integral for BEM
5153
ENDIFMACRO
5254

0 commit comments

Comments
 (0)