Can somebody suggest a general-purpose object oriented design of the finite element?
I am looking into object oriented programing of the finite element method. I don't know whether somebody can provide a general-purpose oop design of a general finite element program, say a linear static analysis of a 3D solid. Or somebody who are experienced in this field point out some good references for this purpose. It will be better if the oop design is language free, i.e. not directly related with implementation in a specific language such as c++. Thanks in advance.