You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PCS_NUMBER_MAX is defined in makros.h and is currently used to define the maximum allowed number of secondary nodal variables and elemental variables. The following changes are desired
use PCS_NUMBER_MAX to define the maximum allowed number of processes
define other macros or constants to define the maximum allowed number of secondary nodal variables and elemental variables
Alternative way is using std::vector instead of fixed size array.
The text was updated successfully, but these errors were encountered:
PCS_NUMBER_MAX is defined in makros.h and is currently used to define the maximum allowed number of secondary nodal variables and elemental variables. The following changes are desired
Alternative way is using
std::vector
instead of fixed size array.The text was updated successfully, but these errors were encountered: