[root]/CCA/Components/MPM/Matlab
Multilevel
(6 files, 1567 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 20 (100.0%) | 167 (100.0%) | 8.3 |
harman | 18 (90.0%) | 167 (100.0%) | 9.2 |
guilkey | 2 (10.0%) | 0 (0.0%) | 0.0 |
Fix timestep size calculation
0 lines of code changed in 2 files:
added the global switch dumpFrames
added output intermediate quantites to files to compare
ML_AMRMPM against.
0 lines of code changed in 2 files:
added sfigure.m
Global: added ";" to the end of lines to reduce output
AMRMPM.m
- plotResults() now plotting extForceG and intForceG.
- added output statements for comparison with ml_amrmpm.
This won't change the results.
65 lines of code changed in 8 files:
Currently setup to run the compaction problem with linear interpolation.
18 lines of code changed in 2 files:
findNodesAndWeights()
- add & subtract fuzz (1e-15) to the shape functions weights when the node
is coincident with the node. If you don't then the solution will become unstable
when the particle crosses the next node.
25 lines of code changed in 1 file:
initialize_nodePos()
- simpler method for setting the node positions
15 lines of code changed in 1 file:
now using initialize_NodePos() & initialize_Lx()
Something is not right when Lx is not uniform
7 lines of code changed in 1 file:
nodePos()
- easier method for initializing the node positions
7 lines of code changed in 1 file:
ExternalForceAccl()
- initialize accl_extForceP to 0.0
plotResults()
- Merge changes from ML_AMRMPM:PlotResults
Changed from gimp2 -> Linear
User must input number of cells, not number of nodes.
Currently, configured to run
amrmpm('advectBlock',0.1,6)
However, the results are wrong!!!
30 lines of code changed in 1 file:
Cleaning house. These scripts have been moved to Matlab or Matlab/MultiLevel directories
0 lines of code changed in 1 file: