muMECH
1.0
|
#include <stdio.h>
#include <iostream>
#include <time.h>
#include "problem.h"
#include "types.h"
#include "tests.h"
Go to the source code of this file.
Functions | |
void | test01 (void) |
void | twoInclTest (void) |
void | energyTest01 (void) |
void | transformace (void) |
void | tests_standa (void) |
void energyTest01 | ( | void | ) |
Definition at line 96 of file tests_standa.cpp.
References mumech::Problem::convert_to_equivalent_problem(), mumech::DT_NUMERICAL, mumech::e(), mumech::Problem::giveFieldsOfPoint(), mumech::Problem::input_data_initialize_and_check_consistency(), mumech::PFCM_OPTIMIZED, mumech::Problem::read_input_file(), mumech::SBAT_STANDA, mumech::Problem::set_approximation(), mumech::Problem::set_diffType(), mumech::Problem::set_intFieldsShape(), mumech::Problem::set_problem_size(), mumech::Problem::set_SBA_optimized(), and mumech::Problem::set_SBAM().
void test01 | ( | void | ) |
Definition at line 213 of file tests_standa.cpp.
References mumech::Problem::convert_to_equivalent_problem(), mumech::DT_NUMERICAL, mumech::Problem::giveFieldsOfPoint(), mumech::Problem::input_data_initialize_and_check_consistency(), mumech::PFCM_FULL, mumech::Problem::read_input_file(), mumech::SBAT_STANDA, mumech::Problem::set_approximation(), mumech::Problem::set_diffType(), mumech::Problem::set_intFieldsShape(), mumech::Problem::set_SBA_optimized(), and mumech::Problem::set_SBAM().
Referenced by tests_standa().
void tests_standa | ( | void | ) |
void transformace | ( | void | ) |
void twoInclTest | ( | void | ) |
Definition at line 30 of file tests_standa.cpp.
References mumech::Problem::convert_to_equivalent_problem(), mumech::DT_NUMERICAL, mumech::Problem::giveFieldsOfPoint(), mumech::Problem::input_data_initialize_and_check_consistency(), mumech::PFCM_FULL, mumech::Problem::read_input_file(), mumech::SBAT_STANDA, mumech::Problem::set_approximation(), mumech::Problem::set_diffType(), mumech::Problem::set_intFieldsShape(), mumech::Problem::set_problem_size(), mumech::Problem::set_SBA_optimized(), and mumech::Problem::set_SBAM().