libMesh/MetaPhysicL
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
## Build Instructions 1. `cd` to location of MetaPhysicL clone or extracted tarball. For git clones, make sure to clone recursively, or do 2. `git submodule update --init --recursive` 3. `./bootstrap` 4. `mkdir build` 5. `cd build` 6. `../configure --prefix=/path/to/metaphysicl/install` 7. `make` 8. `make check` (optional, runs the example programs and unit tests when possible) 9. `make install`
Languages
- C++ 69.2%
- M4 14.7%
- C 13.2%
- Makefile 1.8%
- KCL 0.5%
- Perl 0.4%
- Other 0.2%