1#ifndef CS_STATIC_CONDENSATION_H
2#define CS_STATIC_CONDENSATION_H
double cs_real_t
Floating-point value.
Definition: cs_defs.h:332
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.cpp:196
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.cpp:302
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.cpp:87
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.cpp:153
Definition: cs_mesh_adjacencies.h:68
Set of local and temporary buffers.
Definition: cs_cdo_local.h:56
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:163