Home
last modified time | relevance | path

Searched refs:mtc_domath (Results 1 – 11 of 11) sorted by relevance

/dports/science/elmerfem/elmerfem-release-9.0/matc/src/
H A Dmain.c43 char *mtc_domath(char *);
57 str = mtc_domath( "source(\"mc.ini\")" ); in main()
83 if ( *str ) fprintf( stdout, "%s\n", mtc_domath( str ) ); in main()
H A Dmatc.c246 char * mtc_domath( char *str ) in mtc_domath() function
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/vtkpost/
H A Dmatc.cpp74 mtc_domath( mcIniLoad.toLatin1().data() ); in Matc()
76 mtc_domath( mcIniLoad.toAscii().data() ); in Matc()
295 ptr=mtc_domath(cmd.toLatin1().data()); in domatc()
297 ptr=mtc_domath(cmd.toAscii().data()); in domatc()
H A Dmatc.h54 extern "C" char *mtc_domath(const char *);
H A Dvtkpost.cpp1441 mtc_domath(cmd.toLatin1().data()); in ReadVtuFile()
1445 mtc_domath(cmd.toAscii().data()); in ReadVtuFile()
1803 mtc_domath(cmd.toLatin1().data()); in ReadElmerPostFile()
1807 mtc_domath(cmd.toAscii().data()); in ReadElmerPostFile()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DLoad.c591 char *mtc_domath(char *);
630 mtc_domath( cc );
640 ptr = (char *)mtc_domath(&cmd[start]);
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/matc/src/
H A Dmatc.c221 char * mtc_domath( char *str ) in mtc_domath() function
/dports/science/elmerfem/elmerfem-release-9.0/post/matc/src/
H A Dmatc.c221 char * mtc_domath( char *str ) in mtc_domath() function
/dports/science/elmerfem/elmerfem-release-9.0/post/src/
H A DElmerPost.c1166 char *mtc_domath( char * );
1185 result = (char *)mtc_domath( argv[1] ); in MathCommand()
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/plugins/
H A Degnative.cpp257 char *mtc_domath(const char *);
284 matcpntr = mtc_domath(&matcpntr0[1]); in Getline()
2245 matcpntr = mtc_domath(&matcpntr0[1]); in GetCommand()
2315 matcpntr = mtc_domath(&matcpntr0[1]); in GetCommand()
3093 mtc_domath(command); in LoadElmergrid()
/dports/science/elmerfem/elmerfem-release-9.0/elmergrid/src/
H A Degnative.c257 char *mtc_domath(const char *);
284 matcpntr = mtc_domath(&matcpntr0[1]); in Getline()
2245 matcpntr = mtc_domath(&matcpntr0[1]); in GetCommand()
2315 matcpntr = mtc_domath(&matcpntr0[1]); in GetCommand()
3093 mtc_domath(command); in LoadElmergrid()