Go to the source code of this file.
Namespaces | |
| namespace | Sundance |
Functions | |
| Expr | Sundance::readNodalFields (const MeshSource &mesher, const Mesh &mesh, const VectorType< double > &vecType) |
| Read the node-based fields from a mesher. | |
| Expr | Sundance::readSerialGridField (const std::string &gridFile, double ax, double bx, double ay, double by, const VectorType< double > &vecType, const MeshType &meshType, Mesh &mesh) |
| Read a 2D field stored in simple ASCII format. | |
| double | Sundance::readbackTester (const std::string &infile, const MPIComm &comm) |
| This function reads in an exodus file, discretizes a function on it, and computes some functional on it. | |
| void | Sundance::invertMap (const Map< int, int > &in, Map< int, int > &out) |
| void | Sundance::serialPartition (const RCP< SerialPartitionerBase > &part, int numProc, const MeshSource &mesher, const std::string &outfile) |
| Partition a mesh and write the parts to exodus files. | |