Adding a new Matrix Function to Aladdin.

[ Introduction ]
[ Matrix Function Source Code Files ]
[ Adding Content to the Matrix Function ]
[ Linking the finite element code to Aladdin ]

This page contains step-by-step instructions for adding a new matrix function to Aladdin.


INTRODUCTION

We have found that when a new element added to the program, some related functions may be needed to be added to the matrix, finite element or kernel libraries. For example, as part of the implementation of the fiber finite element (a new feature of Aladdin Version 2.0) a new function ElmtStateDet() was added to the program for the Element State Determination. Similarly, the function GetStress() was added to Aladdin for design rule checking. Adding a new function to Aladdin is relatively easy if you understand the philosphy of program development, and the step-by-step proecedure for inserting a new function into the program.


MATRIX FUNCTION SOURCE CODE FILES


ADDING CONTENT TO THE MATRIX FUNCTIONS

This section contains implementation hints for adding content to your new matrix function:


LINKING NEW MATRIX FUNCTIONS TO ALADDIN


Developed in November 1997 by Mark Austin
Last Modified November 28, 1997
Copyright © 1997, Mark Austin, Department of Civil Engineering, University of Maryland