FrontISTR  5.7.0
Large-scale structural analysis program with finit element method
hecmw_ML_wrapper.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include "hecmw_util.h"
Include dependency graph for hecmw_ML_wrapper.c:

Go to the source code of this file.

Functions

void hecmw_ML_wrapper_setup (int *id, int *sym, int *Ndof, int *ierr)
 
void hecmw_ML_wrapper_apply (int *id, double rhs[], int *ierr)
 
void hecmw_ML_wrapper_clear (int *id, int *ierr)
 
void hecmw_ml_wrapper_setup_ (int *id, int *sym, int *ndof, int *ierr)
 
void hecmw_ml_wrapper_setup__ (int *id, int *sym, int *ndof, int *ierr)
 
void HECMW_ML_WRAPPER_SETUP (int *id, int *sym, int *ndof, int *ierr)
 
void hecmw_ml_wrapper_apply_ (int *id, double rhs[], int *ierr)
 
void hecmw_ml_wrapper_apply__ (int *id, double rhs[], int *ierr)
 
void HECMW_ML_WRAPPER_APPLY (int *id, double rhs[], int *ierr)
 
void hecmw_ml_wrapper_clear_ (int *id, int *ierr)
 
void hecmw_ml_wrapper_clear__ (int *id, int *ierr)
 
void HECMW_ML_WRAPPER_CLEAR (int *id, int *ierr)
 

Function Documentation

◆ hecmw_ML_wrapper_apply()

void hecmw_ML_wrapper_apply ( int *  id,
double  rhs[],
int *  ierr 
)

Definition at line 590 of file hecmw_ML_wrapper.c.

◆ HECMW_ML_WRAPPER_APPLY()

void HECMW_ML_WRAPPER_APPLY ( int *  id,
double  rhs[],
int *  ierr 
)

Definition at line 619 of file hecmw_ML_wrapper.c.

◆ hecmw_ml_wrapper_apply_()

void hecmw_ml_wrapper_apply_ ( int *  id,
double  rhs[],
int *  ierr 
)

Definition at line 613 of file hecmw_ML_wrapper.c.

◆ hecmw_ml_wrapper_apply__()

void hecmw_ml_wrapper_apply__ ( int *  id,
double  rhs[],
int *  ierr 
)

Definition at line 616 of file hecmw_ML_wrapper.c.

◆ hecmw_ML_wrapper_clear()

void hecmw_ML_wrapper_clear ( int *  id,
int *  ierr 
)

Definition at line 594 of file hecmw_ML_wrapper.c.

Here is the caller graph for this function:

◆ HECMW_ML_WRAPPER_CLEAR()

void HECMW_ML_WRAPPER_CLEAR ( int *  id,
int *  ierr 
)

Definition at line 629 of file hecmw_ML_wrapper.c.

Here is the call graph for this function:

◆ hecmw_ml_wrapper_clear_()

void hecmw_ml_wrapper_clear_ ( int *  id,
int *  ierr 
)

Definition at line 623 of file hecmw_ML_wrapper.c.

Here is the call graph for this function:

◆ hecmw_ml_wrapper_clear__()

void hecmw_ml_wrapper_clear__ ( int *  id,
int *  ierr 
)

Definition at line 626 of file hecmw_ML_wrapper.c.

Here is the call graph for this function:

◆ hecmw_ML_wrapper_setup()

void hecmw_ML_wrapper_setup ( int *  id,
int *  sym,
int *  Ndof,
int *  ierr 
)

Definition at line 586 of file hecmw_ML_wrapper.c.

◆ HECMW_ML_WRAPPER_SETUP()

void HECMW_ML_WRAPPER_SETUP ( int *  id,
int *  sym,
int *  ndof,
int *  ierr 
)

Definition at line 609 of file hecmw_ML_wrapper.c.

◆ hecmw_ml_wrapper_setup_()

void hecmw_ml_wrapper_setup_ ( int *  id,
int *  sym,
int *  ndof,
int *  ierr 
)

Definition at line 603 of file hecmw_ML_wrapper.c.

◆ hecmw_ml_wrapper_setup__()

void hecmw_ml_wrapper_setup__ ( int *  id,
int *  sym,
int *  ndof,
int *  ierr 
)

Definition at line 606 of file hecmw_ML_wrapper.c.