|
ug4
|
#include <sstream>#include <fstream>#include <boost/archive/text_oarchive.hpp>#include <boost/archive/text_iarchive.hpp>#include "common/common.h"#include "common/util/file_util.h"#include "file_io_ugx.h"#include "common/boost_serialization_routines.h"#include "common/parser/rapidxml/rapidxml_print.hpp"#include "common/util/archivar.h"#include "common/util/factory.h"#include "lib_grid/algorithms/attachment_util.h"#include "lib_grid/refinement/projectors/projectors.h"Namespaces | |
| namespace | ug |
| the ug namespace | |
Functions | |
| bool | ug::LoadGridFromUGX (Grid &grid, ISubsetHandler &sh, const char *filename) |
| Reads a grid to an ugx file. | |
| bool | ug::SaveGridToUGX (Grid &grid, ISubsetHandler &sh, const char *filename) |
| Writes a grid to a ugx file. | |