You are on page 1of 1

INPUT DATA :-

clear

1) Node matrix

2) Connectivity matrix(input problem mesh)

3) Essential boundry conditions(force boundry conditions + initialization of the


external force vector)

4) Natural boundry conditions(displacement boundry conditions)

5) Unconstrained degrees of freedom [These are actually the rows and columns that I
am going to solve for the reduced system.]

{Thus for every new problem this is the input file which is only required to be
edited.}

*** Programming the Generalized FEM Code ***

1) Initialization of the variables that define the problem.

2) Initialzaition of the stiffness matrix as well as the displacement vector.

3)

You might also like