3#ifndef SVZERODSOLVER_MODEL_BLOODVESSELRC_HPP_
4#define SVZERODSOLVER_MODEL_BLOODVESSELRC_HPP_
BlockType
The types of blocks supported by the solver.
Definition BlockType.h:15
BlockClass
The classes/categories of blocks supported. Some classes require special handling (e....
Definition BlockType.h:44
SparseSystem source file.
Block(int id, Model *model, BlockType block_type, BlockClass block_class, std::vector< std::pair< std::string, InputParameter > > input_params)
Construct a new Block object.
Definition Block.h:101
const int id
Global ID of the block.
Definition Block.h:78
const Model * model
The model to which the block belongs.
Definition Block.h:79
void setup_dofs(DOFHandler &dofhandler)
Set up the degrees of freedom (DOF) of the block.
Definition BloodVesselRC.cpp:5
void update_constant(SparseSystem &system, std::vector< double > ¶meters)
Update the constant contributions of the element in a sparse system.
Definition BloodVesselRC.cpp:9
ParamId
Local IDs of the parameters.
Definition BloodVesselRC.h:44
BloodVesselRC(int id, Model *model)
Construct a new BloodVesselRC object.
Definition BloodVesselRC.h:39
TripletsContributions num_triplets
Number of triplets of element.
Definition BloodVesselRC.h:50
Degree-of-freedom handler.
Definition DOFHandler.h:21
Model of 0D elements.
Definition Model.h:55
Sparse system.
Definition SparseSystem.h:30
The number of triplets that the element contributes to the global system.
Definition Block.h:27