8.1
general documentation
cs_cdo_system_dblock_t Struct Reference

Structure associated to the default type of block. More...

#include <cs_cdo_system.h>

+ Collaboration diagram for cs_cdo_system_dblock_t:

Data Fields

cs_matrix_tmatrix
 
cs_matrix_assembler_values_tmav
 
cs_cdo_assembly_func_tassembly_func
 
cs_cdo_assembly_func_tslave_assembly_func
 
cs_range_set_trange_set
 
cs_interface_set_tinterface_set
 
cs_matrix_assembler_tmatrix_assembler
 
cs_matrix_structure_tmatrix_structure
 

Detailed Description

Structure associated to the default type of block.

The standard case is to have only one (sub-)matrix which is the system matrix. This type of block is used in scalar-valued and vector-valued problems and corresponds to the simplest usage of block to define a linear system.

Field Documentation

◆ assembly_func

cs_cdo_assembly_func_t* assembly_func

◆ interface_set

cs_interface_set_t* interface_set

◆ matrix

cs_matrix_t* matrix

◆ matrix_assembler

cs_matrix_assembler_t* matrix_assembler

◆ matrix_structure

cs_matrix_structure_t* matrix_structure

◆ mav

◆ range_set

cs_range_set_t* range_set

◆ slave_assembly_func

cs_cdo_assembly_func_t* slave_assembly_func

The documentation for this struct was generated from the following file: