#include <am.h>

Public Attributes | |
| Vmem * | vmem |
| Objects out of our control (always exist) the memory manager. | |
| int | iMadeVmem |
| Objects out of our control (always exist) did i make vmem or was it inherited. | |
| Aprx * | aprx |
| Objects out of our control (always exist) ptr to the geometry manager object. | |
| Bmat * | P |
| Objects out of our control (always exist) prolongation matrix maintained by aprx. | |
| int | algExist |
| Objects under our control. have the objects below been constructed. | |
| Bmat * | A |
| Objects under our control. block NODAL tangent matrix. | |
| Bmat * | M |
| Objects under our control. block NODAL mass matrix. | |
| Bvec * | f |
| Objects under our control. block NODAL load vector. | |
| Bvec * | u |
| Objects under our control. block NODAL solution vector. | |
| Bvec * | ud |
| Objects under our control. block NODAL dirichlet vector. | |
| Bvec * | ui |
| Objects under our control. block NODAL interior dirichlet vector. | |
| Bvec * | ut |
| Objects under our control. block NODAL analytical solution. | |
| Bvec * | r |
| Objects under our control. block NODAL residual vector. | |
| Bvec * | w0 |
| Objects under our control. block NODAL work vector. | |
1.5.6