#include "topology/Topology.h"
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <stdlib.h>
#include <string>
#include <sstream>
#include <boost/numeric/ublas/matrix.hpp>
#include <boost/numeric/ublas/io.hpp>
#include <boost/numeric/ublas/matrix_proxy.hpp>
Go to the source code of this file.
Typedefs | |
typedef stk::mesh::Entity | Entity |
Functions | |
int | main (int ac, char *av[]) |
typedef stk::mesh::Entity Entity |
Definition at line 19 of file MinSurfaceOutput.cc.
int main | ( | int | ac, | |
char * | av[] | |||
) |
Definition at line 25 of file MinSurfaceOutput.cc.