Elmer FEM solver
Elmer is an open source finite element software for multiphysical problems
 All Classes Files Functions Variables Typedefs Macros Groups Pages
Load.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include "../config.h"
#include <strings.h>
#include <dlfcn.h>
Include dependency graph for Load.c:

Macros

#define MAX_PATH_LEN   512
 
#define f_ptr   int64_t *
 
#define MAXLEN   8192
 

Functions

void STDCALLBULL FC_FUNC (getsolverhome, GETSOLVERHOME)
 
void STDCALLBULL FC_FUNC (makedirectory, MAKEDIRECTORY)
 
void STDCALLBULL FC_FUNC (systemc, SYSTEMC)
 
void STDCALLBULL FC_FUNC (envir, ENVIR)
 
void *STDCALLBULL FC_FUNC (loadfunction, LOADFUNCTION)
 
int STDCALLBULL FC_FUNC (execintfunction, EXECINTFUNCTION)
 
void STDCALLBULL FC_FUNC (execrealarrayfunction, EXECREALARRAYFUNCTION)
 
double STDCALLBULL FC_FUNC (execrealfunction, EXECREALFUNCTION)
 
double STDCALLBULL FC_FUNC (execconstrealfunction, EXECCONSTREALFUNCTION)
 
void *STDCALLBULL FC_FUNC (addrfunc, ADDRFUNC)
 
void STDCALLBULL FC_FUNC (execsolver, EXECSOLVER)
 
int STDCALLBULL FC_FUNC (execlinsolveprocs, EXECLINSOLVEPROCS)
 
char * mtc_domath (char *)
 
void mtc_init (FILE *, FILE *, FILE *)
 
void STDCALLBULL FC_FUNC (matc, MATC)
 
double STDCALLBULL FC_FUNC (materialuserfunction, MATERIALUSERFUNCTION)
 
void STDCALLBULL FC_FUNC (execsimulationproc, EXECSIMULATIONPROC)
 
void STDCALLBULL FC_FUNC (itercall, ITERCALL)
 
void STDCALLBULL FC_FUNC (execlocalproc, EXECLOCALPROC)
 
void STDCALLBULL FC_FUNC (execlocalassembly, EXECLOCALASSEMBLY)
 
void STDCALLBULL FC_FUNC (matvecsubr, MMATVECSUBR)
 

Macro Definition Documentation

#define f_ptr   int64_t *
#define MAX_PATH_LEN   512

Referenced by FC_FUNC().

#define MAXLEN   8192

Function Documentation

void STDCALLBULL FC_FUNC ( getsolverhome  ,
GETSOLVERHOME   
)

References MAX_PATH_LEN, and NULL.

void STDCALLBULL FC_FUNC ( makedirectory  ,
MAKEDIRECTORY   
)
void STDCALLBULL FC_FUNC ( systemc  ,
SYSTEMC   
)
void STDCALLBULL FC_FUNC ( envir  ,
ENVIR   
)

References MAX_PATH_LEN.

void* STDCALLBULL FC_FUNC ( loadfunction  ,
LOADFUNCTION   
)

References MAX_PATH_LEN, and NULL.

int STDCALLBULL FC_FUNC ( execintfunction  ,
EXECINTFUNCTION   
)
void STDCALLBULL FC_FUNC ( execrealarrayfunction  ,
EXECREALARRAYFUNCTION   
)
double STDCALLBULL FC_FUNC ( execrealfunction  ,
EXECREALFUNCTION   
)
double STDCALLBULL FC_FUNC ( execconstrealfunction  ,
EXECCONSTREALFUNCTION   
)
void* STDCALLBULL FC_FUNC ( addrfunc  ,
ADDRFUNC   
)
void STDCALLBULL FC_FUNC ( execsolver  ,
EXECSOLVER   
)
int STDCALLBULL FC_FUNC ( execlinsolveprocs  ,
EXECLINSOLVEPROCS   
)
void STDCALLBULL FC_FUNC ( matc  ,
MATC   
)

References mtc_domath(), mtc_init(), and NULL.

Here is the call graph for this function:

double STDCALLBULL FC_FUNC ( materialuserfunction  ,
MATERIALUSERFUNCTION   
)
void STDCALLBULL FC_FUNC ( execsimulationproc  ,
EXECSIMULATIONPROC   
)
void STDCALLBULL FC_FUNC ( itercall  ,
ITERCALL   
)
void STDCALLBULL FC_FUNC ( execlocalproc  ,
EXECLOCALPROC   
)
void STDCALLBULL FC_FUNC ( execlocalassembly  ,
EXECLOCALASSEMBLY   
)
void STDCALLBULL FC_FUNC ( matvecsubr  ,
MMATVECSUBR   
)
char* mtc_domath ( char *  )

Referenced by FC_FUNC().

Here is the caller graph for this function:

void mtc_init ( FILE *  ,
FILE *  ,
FILE *   
)

Referenced by FC_FUNC().

Here is the caller graph for this function: