Download Latest Version masa-0.33.0.tar.gz (841.1 kB)
Email in envelope

Get an email when there's a new version of MASA

Home / MASA / 0.20
Name Modified Size InfoDownloads / Week
Parent folder
README 2010-12-09 817 Bytes
masa-0.20.tar.gz 2010-12-09 726.3 kB
Totals: 2 Items   727.2 kB 0
BASIC INFORMATION:

Welcome to MASA, the Manufactured Analytical Solutions Abstraction Library. 

Check the examples/ directory for examples of the MASA C++, C and Fortran API.
The source code is contained in src/, and the regression tests are in
tests/.

BUILD INFORMATION:

MASA currently supports gcc and intel compilers. 

TO BUILD:

1) ./bootstrap
2) ./configure --prefix= top-level dir
3) make
4) make install

It is recommended that new users run 'make check'
This runs numerous diagnostic tests, which ensure the precision
of all associated solutions are at minimum, 10e-15.

TO ADD A NEW SOLUTION:

1) Type the new class in masa_internal.h
2) Add the constructor which sets all default variable names
3) Add the source term evaluation functions 
4) 'Register' the new solution in masa_core.cpp, get_list_mms
Source: README, updated 2010-12-09