Click here to Skip to main content
15,896,539 members

Comments by Member 15181211 (Top 7 by date)

Member 15181211 15-Jul-21 13:46pm View    
I defined a header file which contains data like this
Typedef std::vector<size_t> VecIdx_t.
So wherever I want to define a vector of type size_t I use VecIdx_t.
My question somehow deals with vector of vector and vector of vector of vector. For example if I have a triple vector. I don't know how to access each vector if I have a vector of vector of vector
Member 15181211 6-Jul-21 12:12pm View    
Deleted
And also I made a mistake in copying the code here, the node_0, node_1 and node two will be in second loop
Member 15181211 6-Jul-21 12:11pm View    
Deleted
Thanks for your response. You are right,This code will not run and it's not supposed to.this is just a piece of code. I just want to know how can I define an overloading operator to do the matrix assembly for me.
Member 15181211 1-Jul-21 9:37am View    
The question is clear, if you don't get it you can just pass, no need to give a lecture
Member 15181211 19-May-21 16:25pm View    
The code is working property on single processor. Actually I found the problem now and the code is working. Thanks