lsd_mkb/lss_mkb_fem_intf.c File Reference

#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "lsd_mkb_core/lsh_mkb_core_fem_intf.h"
#include "lsd_mkb_core/lsh_mkb_core.h"
#include "../sid_mkb/sih_mkb_fem_intf.h"
#include "lin_alg_intf.h"
Include dependency graph for lss_mkb_fem_intf.c:

Functions

int lsr_mkb_core_fem_proj_sol_lev (int Solver_id, int Subsystem_id, int Ilev_from, double *Vec_from, int Ilev_to, double *Vec_to)
double lsr_mkb_core_fem_vec_norm (int Solver_id, int Subsystem_id, int Level_id, int Nrdof, double *Vector)
double lsr_mkb_core_fem_sc_prod (int Solver_id, int Subsystem_id, int Level_id, int Nrdof, double *Vector1, double *Vector2)
int lsr_mkb_core_fem_exchange_dofs (int Solver_id, int Subsystem_id, int Level_id, double *Vec_dofs)

Function Documentation

int lsr_mkb_core_fem_exchange_dofs ( int  Solver_id,
int  Subsystem_id,
int  Level_id,
double *  Vec_dofs 
)

-------------------------------------------------------- lsr_mkb_core_fem_exchange_dofs - to exchange dofs between processors ---------------------------------------------------------

Here is the call graph for this function:

Here is the caller graph for this function:

int lsr_mkb_core_fem_proj_sol_lev ( int  Solver_id,
int  Subsystem_id,
int  Ilev_from,
double *  Vec_from,
int  Ilev_to,
double *  Vec_to 
)

-------------------------------------------------------- lsr_mkb_core_fem_proj_sol_lev - to L2 project solution dofs between mesh levels ---------------------------------------------------------

Here is the call graph for this function:

Here is the caller graph for this function:

double lsr_mkb_core_fem_sc_prod ( int  Solver_id,
int  Subsystem_id,
int  Level_id,
int  Nrdof,
double *  Vector1,
double *  Vector2 
)

-------------------------------------------------------- lsr_mkb_core_fem_sc_prod - to compute a scalar product of two global vectors ---------------------------------------------------------

Here is the call graph for this function:

Here is the caller graph for this function:

double lsr_mkb_core_fem_vec_norm ( int  Solver_id,
int  Subsystem_id,
int  Level_id,
int  Nrdof,
double *  Vector 
)

-------------------------------------------------------- lsr_mkb_core_fem_vec_norm - to compute a norm of global vector in parallel ---------------------------------------------------------

Here is the call graph for this function:

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1