  | 
  
    My Project
    
   programmer's documentation 
   | 
 
 
 
 
Go to the documentation of this file.    1 #ifndef __CS_STATIC_CONDENSATION_H__ 
    2 #define __CS_STATIC_CONDENSATION_H__ 
 
void cs_static_condensation_scalar_eq(const cs_adjacency_t *c2x, cs_real_t *rc_tilda, cs_real_t *acx_tilda, cs_cell_builder_t *cb, cs_cell_sys_t *csys)
Proceed to a static condensation of the local system and store information inside the rc_tilda and ac...
Definition: cs_static_condensation.c:95
 
#define END_C_DECLS
Definition: cs_defs.h:468
 
void cs_static_condensation_recover_scalar(const cs_adjacency_t *c2x, const cs_real_t *rc_tilda, const cs_real_t *acx_tilda, const cs_real_t *px, cs_real_t *pc)
Opposite process of the static condensation. Define the field at cells given the field at x locations...
Definition: cs_static_condensation.c:156
 
void cs_static_condensation_vector_eq(const cs_adjacency_t *c2x, cs_real_t *rc_tilda, cs_real_t *acx_tilda, cs_cell_builder_t *cb, cs_cell_sys_t *csys)
Proceed to a static condensation of the local system and store information inside the rc_tilda and ac...
Definition: cs_static_condensation.c:199
 
double cs_real_t
Floating-point value.
Definition: cs_defs.h:302
 
#define BEGIN_C_DECLS
Definition: cs_defs.h:467
 
Set of local and temporary buffers useful for building the algebraic system with a cellwise process....
Definition: cs_cdo_local.h:56
 
Definition: cs_mesh_adjacencies.h:90
 
void cs_static_condensation_recover_vector(const cs_adjacency_t *c2x, const cs_real_t *rc_tilda, const cs_real_t *acx_tilda, const cs_real_t *px, cs_real_t *pc)
Opposite process of the static condensation. Define the field at cells given the field at x locations...
Definition: cs_static_condensation.c:298
 
Set of arrays and local (small) dense matrices related to a mesh cell This is a key structure for bui...
Definition: cs_cdo_local.h:93