<< Chapter < Page | Chapter >> Page > |
If we define and , we are then left with the relation
Together, equations ( ) and ( ) provide us with a system of equations from which to determine our coefficients , where and are
where and are linear combinations of and that are determined by the geometry of the network.
If we assume for , then the inner product of two non-joint hat functions is exactly the same as in the one-dimensional case, where
and
Let us take and . For this network , if we assume all the legs of the tritar lie at equal angles from each other, we can define the orientation , , . Suppose , , . Then,
and we can assemble and as follows
We can reverse engineer some of the geometry of our network from examination of these matrices - notice that each leg has 3 blocks assigned to it, corresponding to the 3 non-joint hat functions on each string. The far off-diagonal terms capture the connection of the first string to the third string, and the presence of and on the diagonal stems from the inner product of the joint hat function with the hat functions on each of the strings.
Unfortunately, for larger and more complex webs, writing the system out by hand becomes far too tedious. We seek a more systematic and flexible way of producing our finite element discretizations. We should note two things about finite element discretizations. First, if we stay consistent, a reordering of the nodes does not affect our discretization, though it may change the structure of our matrix. Secondly, our hat functions are not required to be either uniform or symmetric - they can vary in width depending on index, and one side can have a different width than another. This idea is known as -adaptivity; advanced finite element methods tend to adapt their discretizations by using error estimates from iteration to iteration to pinpoint areas where a coarse discretization should be refined to allow for greater accuracy.
Knowing this, it is possible to produce a generalized finite element discretization of a web given only physical constants, a set of nodal points and each point's neighbors. Given this, we can calculate the step size and orientation from node to node, and thus reconstruct our matrices. Knowing the neighbors of each node would allow us to reconstruct the structure of our and matrices as well. If we examine and , we can see they are formed out of an by block grid, where each block is a 3 by 3 matrix. Previously, the index differentiated between constants and different legs/connections in our network. In this generalized scheme, we allow and to reference different nodes in our discretization instead. Thus, a connection between a node and implies a nonzero entry in the th block, and , and refers to the value of the physical constants on the shared support of the hat functions and . Utilizing this generalized scheme allows for much more flexibility in terms of our physical constants as well; for example, if the stiffness varied as function of , we could capture this by varying our stiffness from node to node. We go into more detail on this in the next section.
Notification Switch
Would you like to follow the 'The art of the pfug' conversation and receive update notifications?