We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
readmeshN
meshS
meshL
1 parent 55a3acc commit 9794df1Copy full SHA for 9794df1
1 file changed
idp/macro_ddm.idp
@@ -41,12 +41,14 @@ IFMACRO(dimension,3S)
41
macro meshN()meshS// EOM // three-dimensional surface problem
42
macro intN()int2d// EOM // two-dimensional integral
43
macro intN1()int1d// EOM // one-dimensional integral
44
+macro readmeshN()readmeshS// EOM // three-dimensional surface problem
45
macro intNxN()int2dx2d// EOM // two-dimensional integral for BEM
46
ENDIFMACRO
47
IFMACRO(dimension,3L)
48
macro meshN()meshL// EOM // three-dimensional line problem
49
macro intN()int1d// EOM // one-dimensional integral
50
macro intN1()int0d// EOM // zero-dimensional integral
51
+macro readmeshN()readmeshL// EOM // three-dimensional line problem
52
macro intNxN()int1dx1d// EOM // one-dimensional integral for BEM
53
54
0 commit comments