![]() |
Karamelo
714599e9
Parallel Material Point Method Simulator
|
Main class creating all the others.
Public Member Functions | |
| MPM (int, char **, MPI_Comm) | |
| Constructor. | |
| ~MPM () | |
| Destructor. | |
Public Attributes | |
| class Domain * | domain |
| simulation box | |
| class Error * | error |
| error handling | |
| class Group * | group |
| groups of particles | |
| filebuf | infile |
| input file | |
| double | initclock |
| wall clock at instantiation | |
| class Input * | input |
| input script processing | |
| class Material * | material |
| material | |
| class Memory * | memory |
| memory allocation functions | |
| class Modify * | modify |
| fixes and computes | |
| class Output * | output |
| logs/dump/restart | |
| class Universe * | universe |
| universe of processors | |
| class Update * | update |
| pointer to update | |
| ofstream * | wlogfile |
| log file | |
| MPI_Comm | world |
| MPI communicator. | |