-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Description
There are many functions provided in BioFVM_microenvironment.cpp designed for implementing Dirichlet conditions (DCs). However, there is inconsistency across what they do and the naming conventions shed little light on what their under-the-hood differences are. Case in point (and maybe even the whole enchilada):
add_dirichlet_nodedoes not updatedirichlet_activation_vectorsand thus cannot be used to start applying a DCupdate_dirichlet_node( int voxel_index , int substrate_index , double new_value )does do this but...update_dirichlet_node( int voxel_index , std::vector<double>& new_value )does not
Metadata
Metadata
Assignees
Labels
No labels