#include <iostream>#include "typedefs.hpp"#include "cl_Communicator.hpp"#include "banner.hpp"#include "cl_Logger.hpp"#include "cl_Vector.hpp"#include "cl_Matrix.hpp"#include "cl_Tensor.hpp"#include "fn_fiber_polarization.hpp"#include "fn_inv.hpp"#include "fn_identity.hpp"#include "fn_invert_symmetric.hpp"Functions | |
| int | main (int argc, char *argv[]) |
| This is a prototype to demonstrate the Mori-Tanaka and the iterative Self-Consistent Method. | |
Variables | |
| Communicator | gComm |
| Logger | gLog (5) |
| int main | ( | int | argc, |
| char * | argv[] ) |
This is a prototype to demonstrate the Mori-Tanaka and the iterative Self-Consistent Method.
To be tidied up and wrapped in functions.
| Communicator gComm |
| Logger gLog(5) | ( | 5 | ) |