#include <stdio.h>
#include "Log.h"
#include "Enums.h"
#include "fv_config.h"
#include "mmh_intf.h"
#include "BaseMesh.h"
#include "fv_dictstr.h"
#include <string.h>
#include <sstream>
#include <iostream>
Namespaces | |
namespace | FemViewer |
Variables | |
const int | MMC_MOD_FEM_MESH_DATA = 0 |
const int | MMC_GRADMESH_DATA = 10 |
const int | MMC_MOD_FEM_PRISM_DATA = 1 |
const int | MMC_CUR_MESH_ID = 0 |
const char | APPROXIMATION_DG = 'D' |
const char | APPROXIMATION_STD = 'S' |
const char APPROXIMATION_DG = 'D' |
const char APPROXIMATION_STD = 'S' |
const int MMC_GRADMESH_DATA = 10 |
const int MMC_MOD_FEM_MESH_DATA = 0 |
const int MMC_MOD_FEM_PRISM_DATA = 1 |