repo stringlengths 1 152 ⌀ | file stringlengths 14 221 | code stringlengths 501 25k | file_length int64 501 25k | avg_line_length float64 20 99.5 | max_line_length int64 21 134 | extension_type stringclasses 2
values |
|---|---|---|---|---|---|---|
orbiter | orbiter-master/src/lib/layer1_foundations/Jeffrey_Leon_partition_backtrack/readpar.c | /* File readPar. Contains routines to read in and write out partitions.
The files must already be open. */
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include "group.h"
#include "groupio.h"
#include "storage.h"
#include "token.h"
#include "errmesg.h"
CHECK( readpa)
extern GroupOptions options;
... | 5,770 | 31.977143 | 83 | c |
orbiter | orbiter-master/src/lib/layer1_foundations/Jeffrey_Leon_partition_backtrack/randschr.c | /* File randschr.c. */
#include <stddef.h>
#include <stdio.h>
#include <string.h>
#include "group.h"
#include "groupio.h"
#include "addsgen.h"
#include "cstborb.h"
#include "errmesg.h"
#include "essentia.h"
#include "factor.h"
#include "new.h"
#include "oldcopy.h"
#include "permgrp.h"
#include "permut.h"
#include "r... | 15,786 | 35.543981 | 80 | c |
orbiter | orbiter-master/src/lib/layer1_foundations/Jeffrey_Leon_partition_backtrack/ccent.h | #ifndef CCENT
#define CCENT
extern PermGroup *centralizer(
PermGroup *const G, /* The containing permutation group. */
const Permutation *const e, /* The point set to be stabilized. */
PermGroup *const L, /* A (possibly trivial) known subgroup of the
... | 2,975 | 47.786885 | 80 | h |
orbiter | orbiter-master/src/lib/layer1_foundations/Jeffrey_Leon_partition_backtrack/bitmanp.c | /* File bitmanp.c. Declares two unsigned long arrays useful for bit
manipulation, as follows:
bitSetAt: For i = 0,1,...,31, bitSetAt[i] has 1 in bit i and 0
elsewhere.
bitSetBelow: For i = 0,1,...,32, bitSetBelow[i] has 1 in bits
0,1,...,i-1 and 0 elsewhere.... | 961 | 34.62963 | 72 | c |
orbiter | orbiter-master/src/lib/layer4_classification/solver/l4_solver.h | // solver.h
//
// Anton Betten
//
// moved here from top_level.h: July 28, 2018
// top_level started: September 23 2010
// based on global.h, which was taken from reader.h: 3/22/09
#ifndef ORBITER_SRC_LIB_TOP_LEVEL_SOLVER_SOLVER_H_
#define ORBITER_SRC_LIB_TOP_LEVEL_SOLVER_SOLVER_H_
namespace orbiter {
namespace l... | 6,007 | 23.622951 | 80 | h |
orbiter | orbiter-master/src/lib/layer4_classification/classify/classify.h | /*
* classify.h
*
* Created on: Aug 9, 2018
* Author: Anton Betten
*
* started: September 20, 2007
* pulled out of snakesandladders.h: Aug 9, 2018
*/
#ifndef ORBITER_SRC_LIB_CLASSIFICATION_CLASSIFY_CLASSIFY_H_
#define ORBITER_SRC_LIB_CLASSIFICATION_CLASSIFY_CLASSIFY_H_
namespace orbiter {
namespace l... | 5,683 | 25.685446 | 80 | h |
orbiter | orbiter-master/src/lib/layer4_classification/set_stabilizer/set_stabilizer.h | /*
* set_stabilizer.h
*
* Created on: Jun 27, 2021
* Author: betten
*/
#ifndef SRC_LIB_GROUP_ACTIONS_SET_STABILIZER_SET_STABILIZER_H_
#define SRC_LIB_GROUP_ACTIONS_SET_STABILIZER_SET_STABILIZER_H_
namespace orbiter {
namespace layer4_classification {
namespace set_stabilizer {
// #######################... | 8,518 | 22.929775 | 80 | h |
orbiter | orbiter-master/src/lib/layer4_classification/orbits/orbits.h | // orbits.h
//
// Anton Betten
//
// moved here from top_level.h: July 28, 2018
// top_level started: September 23 2010
// based on global.h, which was taken from reader.h: 3/22/09
#ifndef ORBITER_SRC_LIB_TOP_LEVEL_ORBITS_ORBITS_H_
#define ORBITER_SRC_LIB_TOP_LEVEL_ORBITS_ORBITS_H_
namespace orbiter {
namespace ... | 10,655 | 28.194521 | 80 | h |
orbiter | orbiter-master/src/lib/layer3_group_actions/group_actions.h | // group_actions.h
//
// Anton Betten
//
// started: August 13, 2005
#ifndef ORBITER_SRC_LIB_GROUP_ACTIONS_GROUP_ACTIONS_H_
#define ORBITER_SRC_LIB_GROUP_ACTIONS_GROUP_ACTIONS_H_
using namespace orbiter::layer1_foundations;
namespace orbiter {
//! groups and group actions, induced group actions
namespace la... | 6,313 | 23.007605 | 84 | h |
orbiter | orbiter-master/src/lib/layer3_group_actions/groups/linalg.h | /*
* linalg.h
*
* Created on: May 25, 2019
* Author: sajeeb
*/
#ifndef LINALG_H_
#define LINALG_H_
#include <iostream>
#include <iomanip>
#ifdef __CUDA_ARCH__
#include <cuda.h>
#include <cuda_runtime.h>
#endif
using std::cout;
using std::endl;
namespace linalg {
/*-----------------------------------... | 6,433 | 21.109966 | 76 | h |
orbiter | orbiter-master/src/lib/layer3_group_actions/interfaces/l3_interfaces.h | /*
* interfaces.h
*
* Created on: Jan 28, 2023
* Author: betten
*/
#ifndef SRC_LIB_LAYER3_GROUP_ACTIONS_INTERFACES_L3_INTERFACES_H_
#define SRC_LIB_LAYER3_GROUP_ACTIONS_INTERFACES_L3_INTERFACES_H_
namespace orbiter {
namespace layer3_group_actions {
namespace interfaces {
// #########################... | 9,287 | 27.317073 | 97 | h |
orbiter | orbiter-master/src/lib/layer5_top_level/surfaces/surfaces_and_double_sixes/surfaces_and_double_sixes.h | /*
* surfaces_and_double_sixes.h
*
* Created on: Jun 26, 2021
* Author: betten
*/
#ifndef SRC_LIB_TOP_LEVEL_SURFACES_SURFACES_AND_DOUBLE_SIXES_SURFACES_AND_DOUBLE_SIXES_H_
#define SRC_LIB_TOP_LEVEL_SURFACES_SURFACES_AND_DOUBLE_SIXES_SURFACES_AND_DOUBLE_SIXES_H_
namespace orbiter {
namespace layer5_applica... | 13,442 | 24.316384 | 132 | h |
orbiter | orbiter-master/src/lib/layer5_top_level/surfaces/quartic_curves/quartic_curves.h | /*
* quartic_curves.cpp
*
* Created on: May 25, 2021
* Author: betten
*/
#ifndef SRC_LIB_TOP_LEVEL_QUARTIC_CURVES_QUARTIC_CURVES_CPP_
#define SRC_LIB_TOP_LEVEL_QUARTIC_CURVES_QUARTIC_CURVES_CPP_
namespace orbiter {
namespace layer5_applications {
namespace applications_in_algebraic_geometry {
namespace ... | 11,408 | 22.918239 | 129 | h |
orbiter | orbiter-master/src/lib/layer5_top_level/surfaces/surfaces_general/surfaces_general.h | /*
* surfaces_general.h
*
* Created on: Jun 26, 2021
* Author: betten
*/
#ifndef SRC_LIB_TOP_LEVEL_SURFACES_SURFACES_GENERAL_SURFACES_GENERAL_H_
#define SRC_LIB_TOP_LEVEL_SURFACES_SURFACES_GENERAL_SURFACES_GENERAL_H_
namespace orbiter {
namespace layer5_applications {
namespace applications_in_algebraic_... | 22,170 | 25.647837 | 132 | h |
orbiter | orbiter-master/src/lib/layer5_top_level/surfaces/surfaces_and_arcs/surfaces_and_arcs.h | /*
* surfaces_and_arcs.h
*
* Created on: Jun 26, 2021
* Author: betten
*/
#ifndef SRC_LIB_TOP_LEVEL_SURFACES_SURFACES_AND_ARCS_SURFACES_AND_ARCS_H_
#define SRC_LIB_TOP_LEVEL_SURFACES_SURFACES_AND_ARCS_SURFACES_AND_ARCS_H_
namespace orbiter {
namespace layer5_applications {
namespace applications_in_algebra... | 20,931 | 25.733078 | 91 | h |
orbiter | orbiter-master/src/lib/layer5_top_level/semifields/semifields.h | /*
* semifields.h
*
* Created on: Nov 4, 2020
* Author: betten
*/
#ifndef SRC_LIB_TOP_LEVEL_SEMIFIELDS_SEMIFIELDS_H_
#define SRC_LIB_TOP_LEVEL_SEMIFIELDS_SEMIFIELDS_H_
namespace orbiter {
namespace layer5_applications {
namespace semifields {
// ##########################################################... | 23,969 | 25.96288 | 85 | h |
orbiter | orbiter-master/src/lib/layer5_top_level/coding_theory_apps/coding_theory_apps.h | /*
* coding_theory_apps.h
*
* Created on: Jul 30, 2022
* Author: betten
*/
#ifndef SRC_LIB_TOP_LEVEL_CODING_THEORY_APPS_CODING_THEORY_APPS_H_
#define SRC_LIB_TOP_LEVEL_CODING_THEORY_APPS_CODING_THEORY_APPS_H_
namespace orbiter {
namespace layer5_applications {
namespace apps_coding_theory {
// #######... | 10,912 | 21.735417 | 80 | h |
orbiter | orbiter-master/src/lib/layer5_top_level/spreads/spreads.h | /*
* spreads.h
*
* Created on: May 25, 2021
* Author: betten
*/
#ifndef SRC_LIB_TOP_LEVEL_SPREADS_SPREADS_H_
#define SRC_LIB_TOP_LEVEL_SPREADS_SPREADS_H_
namespace orbiter {
namespace layer5_applications {
namespace spreads {
// ###########################################################################... | 19,664 | 22.299763 | 85 | h |
orbiter | orbiter-master/src/lib/layer5_top_level/orthogonal/tl_orthogonal.h | /*
* tl_orthogonal.h
*
* Created on: Jun 9, 2021
* Author: betten
*/
#ifndef SRC_LIB_TOP_LEVEL_ORTHOGONAL_TL_ORTHOGONAL_H_
#define SRC_LIB_TOP_LEVEL_ORTHOGONAL_TL_ORTHOGONAL_H_
namespace orbiter {
namespace layer5_applications {
namespace orthogonal_geometry_applications {
// ##########################... | 16,784 | 21.114625 | 92 | h |
orbiter | orbiter-master/src/lib/layer5_top_level/graph_theory/tl_graph_theory.h | /*
* graph_theory.h
*
* Created on: Mar 30, 2021
* Author: betten
*/
#ifndef SRC_LIB_TOP_LEVEL_GRAPH_THEORY_GRAPH_THEORY_H_
#define SRC_LIB_TOP_LEVEL_GRAPH_THEORY_GRAPH_THEORY_H_
namespace orbiter {
namespace layer5_applications {
namespace apps_graph_theory {
// ######################################... | 13,391 | 21.135537 | 80 | h |
orbiter | orbiter-master/src/lib/layer5_top_level/projective_space/projective_space.h | /*
* projective_space.h
*
* Created on: Mar 28, 2021
* Author: betten
*/
#ifndef SRC_LIB_TOP_LEVEL_PROJECTIVE_SPACE_PROJECTIVE_SPACE_H_
#define SRC_LIB_TOP_LEVEL_PROJECTIVE_SPACE_PROJECTIVE_SPACE_H_
namespace orbiter {
namespace layer5_applications {
namespace projective_geometry {
// ################... | 21,978 | 23.126235 | 131 | h |
DPGSolver | DPGSolver-master/deprecated/src/array_find_index.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "array_find_index.h"
#include <stdlib.h>
#include <stdio.h>
/*
* Purpose:
* Find the pointer to the first index whose array entries correspond to the value to be found.
*
* Comments:
... | 1,765 | 23.527778 | 116 | c |
DPGSolver | DPGSolver-master/deprecated/src/array_norm.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "array_norm.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "petscmat.h"
#include "Macros.h"
#include "array_print.h"
/*
* Purpose:
* Compute ... | 5,567 | 23.746667 | 117 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_unit_equivalence_real_complex.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_unit_equivalence_real_complex.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <complex.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#includ... | 14,859 | 27.687259 | 113 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_code_integration_equivalence_algorithms.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_code_integration_equivalence_algorithms.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h... | 5,722 | 25.868545 | 113 | c |
DPGSolver | DPGSolver-master/deprecated/src/setup_Bezier.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "setup_Bezier.h"
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "Macros.h"
#include "Parameters.h"
#include "S_DB.h"
#include "S_V... | 8,890 | 29.037162 | 115 | c |
DPGSolver | DPGSolver-master/deprecated/src/compute_FACE_RLHS_DG.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "compute_FACE_RLHS_DG.h"
#include "solver.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "S_FACE.h"
#i... | 9,993 | 32.993197 | 128 | c |
DPGSolver | DPGSolver-master/deprecated/src/matrix_structs.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "matrix_structs.h"
#include <stdlib.h>
#include "Macros.h"
#include "array_free.h"
/*
* Purpose:
* Provide functions relating to matrix structs.
*
* Comments:
* The 'pointer' const... | 11,298 | 24.220982 | 117 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_integration_update_h.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_integration_update_h.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "mkl.h"
#include "Parameters.h"
#include "Macros.h"
#include "Test.h"
#include "S_DB.h"
#i... | 14,338 | 30.104121 | 116 | c |
DPGSolver | DPGSolver-master/deprecated/src/explicit_info_c.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "explicit_info_c.h"
#include "Parameters.h"
#include "S_VOLUME.h"
#include "S_FACE.h"
#include "Macros.h"
#include "S_ELEMENT.h"
#include "element_functions.h"
/*
* Purpose:
* Provide... | 2,521 | 25 | 115 | c |
DPGSolver | DPGSolver-master/deprecated/src/solver_symmetric_functions.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "solver_symmetric_functions.h"
#include "solver.h"
#include "S_VOLUME.h"
#include <stdlib.h>
#include <complex.h>
#include "Macros.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
#include "S_FA... | 6,296 | 27.493213 | 113 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_unit_matrix_functions.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_unit_matrix_functions.h"
#include <stdlib.h>
#include <stdio.h>
#include "mkl.h"
#include "Parameters.h"
#include "Test.h"
#include "S_OpCSR.h"
#include "test_support.h"
#include "a... | 14,296 | 22.592409 | 128 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_integration_L2_projections.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_integration_L2_projections.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "Parameters.h"
#include "Macros.h"
#include "Test.h"
#include "S_DB... | 8,285 | 30.267925 | 113 | c |
DPGSolver | DPGSolver-master/deprecated/src/compute_GradW_DG.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "compute_GradW_DG.h"
#include "solver.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include "Macros.h"
#include "Parameters.h"
#include "S_DB.h"
#inclu... | 13,927 | 31.166282 | 119 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_speed_array_swap.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_speed_array_swap.h"
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include "test_code_array_swap.h"
#include "array_swap.h"
/*
* Purpose:
* Test speed of various implem... | 7,868 | 22.55988 | 82 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_speed_mm_CTN.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_speed_mm_CTN.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <time.h>
#include "Parameters.h"
#include "test_code_mm_CTN.h"
#include "matrix_functions.h"
#includ... | 7,256 | 24.197917 | 114 | c |
DPGSolver | DPGSolver-master/deprecated/src/math_functions.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/** \file
*/
#include "math_functions.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "Macros.h"
#include "constants_tol.h"
long long unsigned int factoria... | 2,392 | 23.670103 | 94 | c |
DPGSolver | DPGSolver-master/deprecated/src/element.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/// \file
#include "element.h"
#include "intrusive.h"
#include <string.h>
#include "constants_elements.h"
#include "Macros.h"
#include "multiarray.h"
#include "const_cast.h"
// Static function decl... | 5,883 | 25.990826 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/compute_FACE_RLHS_HDG.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "compute_FACE_RLHS_HDG.h"
#include "solver.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include "S_DB.h"
#include "S_FACE.h"
/*
#include <stdio.h>
#include <string.h>
#... | 4,296 | 29.692857 | 114 | c |
DPGSolver | DPGSolver-master/deprecated/src/memory_free.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "memory_free.h"
#include <stdlib.h>
#include <stdio.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
#include "S_VOLUME.h"
#include "S_FACE.h"
#inclu... | 3,740 | 20.135593 | 108 | c |
DPGSolver | DPGSolver-master/deprecated/src/boundary_conditions_c.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "boundary_conditions_c.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <complex.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#in... | 24,676 | 24.492769 | 117 | c |
DPGSolver | DPGSolver-master/deprecated/src/setup_geometry.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "setup_geometry.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include <limits.h>
#include "mkl.h"
#include "Parameters.h"
#include "Macros.h"
#include "S... | 12,621 | 24.654472 | 113 | c |
DPGSolver | DPGSolver-master/deprecated/src/main.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "main.h"
#include "S_DB.h"
#include "Test.h"
struct S_DB DB;
struct S_TEST TestDB;
#ifndef TEST
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <mpi.h> // ToBeModifie... | 8,742 | 23.767705 | 117 | c |
DPGSolver | DPGSolver-master/deprecated/src/set_up_operators.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/** \file
* \brief Set up operators for the base element.
*
* \todo update comments.
*
* \section s1_suo Notation
*
* Operators names are chosen according to the following template: `(0)(D){1}(r... | 1,679 | 30.698113 | 119 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_code_array_swap.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_code_array_swap.h"
#include <stdlib.h>
#include <stdio.h>
/*
* Purpose:
* Provide functions for testing array_swap.
*
* Comments:
*
* Notation:
*
* References:
*/
void arra... | 1,584 | 20.133333 | 115 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_code_integration_equivalence_real_complex.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_code_integration_equivalence_real_complex.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB... | 5,927 | 28.788945 | 114 | c |
DPGSolver | DPGSolver-master/deprecated/src/vector.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/// \file
#include "vector.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "Macros.h"
#include "allocators.h"
#include "multiarray.h"
// Static function declarations *******... | 8,428 | 24.161194 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_regression_fluxes_inviscid.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_regression_fluxes_inviscid.h"
#include <stdlib.h>
#include <stdio.h>
#include "Parameters.h"
#include "Test.h"
#include "test_support.h"
#include "array_norm.h"
#include "fluxes_stru... | 7,922 | 40.920635 | 97 | c |
DPGSolver | DPGSolver-master/deprecated/src/setup_structures.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "setup_structures.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "mkl.h"
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
#include... | 14,528 | 26.886756 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/solver_implicit.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "solver_implicit.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "petscvec.h"
#include "petscmat.h"
#include "petscksp.h"
#include "Parameters.h"
#include "Macros.h"... | 11,461 | 25.109339 | 116 | c |
DPGSolver | DPGSolver-master/deprecated/src/memory_constructors_ELEMENT.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "memory_constructors_ELEMENT.h"
#include <stdio.h>
#include "Parameters.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
#include "memory_constructors_matrix.h"
/*
* Purpose:
* Allocate mem... | 2,537 | 29.578313 | 82 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_unit_jacobian_boundary.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_unit_jacobian_boundary.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <complex.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "Test... | 5,565 | 23.959641 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_code_fluxes.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_code_fluxes.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "Test.h"
#include "test_support.h"
#... | 9,492 | 27.942073 | 91 | c |
DPGSolver | DPGSolver-master/deprecated/src/solver_Advection.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "solver_Advection.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include "petscvec.h"
#include "petscmat.h"
#include "petscksp.h"
#include "Parameters.... | 1,596 | 20.581081 | 108 | c |
DPGSolver | DPGSolver-master/deprecated/src/mesh_periodic.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/** \file
*/
#include "mesh_periodic.h"
#include "mesh_connectivity.h"
#include <limits.h>
#include "constants_core.h"
#include "constants_bc.h"
#include "Macros.h"
#include "multiarray.h"
#includ... | 11,982 | 30.869681 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_integration_Euler.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include <stdlib.h>
#include <stdio.h>
#include "Parameters.h"
#include "Macros.h"
#include "test_code_integration_equivalence_real_complex.h"
#include "test_code_integration_equivalence_algorithms.... | 5,249 | 41.682927 | 110 | c |
DPGSolver | DPGSolver-master/deprecated/src/select_functions.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "select_functions.h"
#include <stdlib.h>
#include <stdio.h>
#include "Parameters.h"
#include "Macros.h"
#include "bases.h"
#include "cubature.h"
#include "S_DB.h"
/*
* Purpose:
* Selec... | 3,740 | 20.016854 | 119 | c |
DPGSolver | DPGSolver-master/deprecated/src/variable_functions.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "variable_functions.h"
#include <stdlib.h>
#include <stdio.h>
#include "Parameters.h"
#include "Macros.h"
/*
* Purpose:
* Provide functions relating to supported variables.
*
* Commen... | 4,492 | 22.401042 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_unit_get_face_ordering.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_unit_get_face_ordering.h"
#include <stdlib.h>
#include <stdio.h>
#include "Parameters.h"
#include "Test.h"
#include "test_support.h"
#include "array_norm.h"
#include "setup_operators... | 11,015 | 29.685237 | 100 | c |
DPGSolver | DPGSolver-master/deprecated/src/setup_periodic.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "setup_periodic.h"
#include <stdlib.h>
#include <stdio.h>
#include "petscsys.h"
#include "Parameters.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
#include "element_functions.h"
#include "a... | 11,457 | 29.152632 | 111 | c |
DPGSolver | DPGSolver-master/deprecated/src/mesh_vertices.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/** \file
*/
#include "mesh_vertices.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "Macros.h"
#include "constants_mesh.h"
#include "constants_bc.h"
#include "element.h"
#i... | 5,707 | 35.589744 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_integration_linearization.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/** \file
*/
#include "test_integration_linearization.h"
#include <string.h>
#include "simulation.h"
#include "intrusive.h"
#include "element.h"
#include "mesh.h"
#include "volume.h"
#include "face... | 1,288 | 26.425532 | 82 | c |
DPGSolver | DPGSolver-master/deprecated/src/memory_constructors_matrix.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "memory_constructors_matrix.h"
#include <stdlib.h>
#include "Macros.h"
#include "Parameters.h"
#include "matrix_structs.h"
#include "setup_operators_support.h"
#include "element_functions.... | 4,038 | 28.268116 | 108 | c |
DPGSolver | DPGSolver-master/deprecated/src/memory_destructors.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "memory_destructors.h"
#include <stdio.h>
#include <stdlib.h>
#include "Parameters.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
#include "S_VOLUME.h"
#include "S_FACE.h"
#include "array_fre... | 9,896 | 27.770349 | 108 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_unit_sum_factorization.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_unit_sum_factorization.h"
#include <stdlib.h>
#include <stdio.h>
#include "Parameters.h"
#include "Test.h"
#include "test_support.h"
#include "array_norm.h"
#include "sum_factorizati... | 4,055 | 25 | 89 | c |
DPGSolver | DPGSolver-master/deprecated/src/matrix.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/** \file
*/
#include "matrix.h"
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <math.h>
#include "Macros.h"
#include "allocators.h"
// Static function declarations **********... | 7,201 | 24.81362 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/memory_destructors_ELEMENT.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "memory_destructors_ELEMENT.h"
#include <stdio.h>
#include "Parameters.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
#include "matrix_structs.h"
/*
* Purpose:
* Deallocate memory for com... | 2,356 | 27.39759 | 84 | c |
DPGSolver | DPGSolver-master/deprecated/src/finalize_RHS.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "finalize_RHS.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
#include "S_VOLUME.h"
#inclu... | 4,921 | 24.112245 | 116 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_integration_NavierStokes.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include <stdlib.h>
#include <stdio.h>
#include "Parameters.h"
#include "Macros.h"
#include "test_code_integration_equivalence_real_complex.h"
#include "test_code_integration_equivalence_algorithms.... | 4,346 | 43.357143 | 107 | c |
DPGSolver | DPGSolver-master/deprecated/src/S_FACE.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "S_FACE.h"
#include "S_VOLUME.h"
#include <stddef.h>
#include <limits.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
#include "element_functions.h"... | 3,091 | 21.903704 | 113 | c |
DPGSolver | DPGSolver-master/deprecated/src/solver_functions_HDG.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "solver_functions_HDG.h"
#include "matrix_structs.h"
#include "fluxes_structs.h"
#include "S_VOLUME.h"
#include "S_FACE.h"
#include <stdlib.h>
#include <stdio.h>
#include "Parameters.h"
#in... | 12,995 | 32.668394 | 121 | c |
DPGSolver | DPGSolver-master/deprecated/src/fluxes_inviscid_c.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "fluxes_inviscid_c.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <complex.h>
#include "Parameters.h"
#include "Macros.h"
#include "Test.h"
#include "fluxes_structs.h... | 21,354 | 23.433638 | 118 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_code_bases.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_code_bases.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "Macros.h"
/*
* Purpose:
* Provide functions for testing basis_* and grad_basis_*.
*
* Comments:
... | 2,429 | 27.928571 | 117 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_code_integration_conv_order.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_code_integration_conv_order.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "... | 18,883 | 30.161716 | 113 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_code_output_to_paraview.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_code_output_to_paraview.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "Test.h"
/*
* Purpose:
... | 1,152 | 23.020833 | 99 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_support.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_support.h"
#include <stdio.h>
#include <stdlib.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "Test.h"
void test_print2(unsigned int const pass, char const... | 1,822 | 25.42029 | 110 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_unit_jacobian_fluxes.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_unit_jacobian_fluxes.h"
#include <stdlib.h>
#include <stdio.h>
#include <complex.h>
#include <stdbool.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "Test.h... | 15,045 | 26.81146 | 119 | c |
DPGSolver | DPGSolver-master/deprecated/src/solver_c.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "solver_c.h"
#include "multiarray.h"
#include "containers_c.h"
#include "simulation.h"
#include "solver.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include "Macros.h"
#i... | 7,900 | 30.730924 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/initialization.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "initialization.h"
#include <assert.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
/*
* Purpose:
* Declare g... | 12,105 | 39.219269 | 112 | c |
DPGSolver | DPGSolver-master/deprecated/src/variable_functions_c.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "variable_functions_c.h"
#include <stdlib.h>
#include <stdio.h>
#include <complex.h>
#include "Parameters.h"
#include "Macros.h"
/*
* Purpose:
* Identical to variable_functions using co... | 3,111 | 21.070922 | 115 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_integration_Poisson.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
// \file
#include "test_integration_Poisson.h"
#include <stdlib.h>
#include <stdio.h>
#include "Macros.h"
#include "Parameters.h"
#include "test_code_integration_conv_order.h"
#include "test_code_i... | 2,905 | 37.236842 | 107 | c |
DPGSolver | DPGSolver-master/deprecated/src/setup_operators_HDG.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "setup_operators_HDG.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
... | 8,541 | 32.896825 | 118 | c |
DPGSolver | DPGSolver-master/deprecated/src/compute_GradW_DG_c.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "compute_GradW_DG_c.h"
#include "solver.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include "Macros.h"
#include "Parameters.h"
#include "S_DB.h"
#inc... | 10,116 | 29.564955 | 108 | c |
DPGSolver | DPGSolver-master/deprecated/src/solver_Poisson.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "solver_Poisson.h"
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
#include "petscvec.h"
#include "petscmat.h"
#include "petscksp.h"
#include "Macros.h"
#include "S_DB.h"
#incl... | 1,608 | 21.041096 | 113 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_code_boundary_conditions.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_code_boundary_conditions.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "Tes... | 4,532 | 26.472727 | 113 | c |
DPGSolver | DPGSolver-master/deprecated/src/test_unit_array_sort.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "test_unit_array_sort.h"
#include <stdlib.h>
#include <stdio.h>
#include "mkl.h"
#include "Parameters.h"
#include "Test.h"
#include "test_support.h"
#include "array_sort.h"
#include "arra... | 12,903 | 32.087179 | 121 | c |
DPGSolver | DPGSolver-master/deprecated/src/file_processing.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/** \file
*/
#include "file_processing.h"
#include <string.h>
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include "Macros.h"
#include "constants_alloc.h"
// Static function declara... | 5,253 | 23.783019 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/explicit_FACE_info_c.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "explicit_FACE_info_c.h"
#include <stdbool.h>
#include "S_VOLUME.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
... | 7,516 | 29.807377 | 114 | c |
DPGSolver | DPGSolver-master/deprecated/src/multiarray.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "multiarray.h"
#include <string.h>
#include "Macros.h"
#include "allocators.h"
#include "vector.h"
// Static function declarations ********************************************************... | 10,684 | 28.273973 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/mesh_readers.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/// \file
#include "mesh_readers.h"
#include "multiarray.h"
#include "matrix.h"
#include "vector.h"
#include <stdlib.h>
#include <string.h>
#include "Macros.h"
#include "mesh.h"
#include "file_proce... | 13,329 | 28.887892 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/mesh_connectivity.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/// \file
#include "mesh_connectivity.h"
#include "mesh_readers.h"
#include "intrusive.h"
#include <limits.h>
#include "constants_core.h"
#include "constants_elements.h"
#include "constants_bc.h"
#i... | 21,535 | 33.512821 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/S_ELEMENT.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "S_ELEMENT.h"
#include <stdlib.h>
#include "Macros.h"
/*
* Purpose:
* Provide functions related to the S_ELEMENT struct.
*/
struct S_ELEMENT* get_element_by_type2 (struct S_ELEMENT*co... | 793 | 23.8125 | 112 | c |
DPGSolver | DPGSolver-master/deprecated/src/fluxes_viscous.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "fluxes_viscous.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "fluxes_structs.h"
/*
* Purpose:
* Co... | 8,334 | 28.874552 | 111 | c |
DPGSolver | DPGSolver-master/deprecated/src/vertices_to_exact_geom.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "vertices_to_exact_geom.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "S_ELEMENT.h"
... | 14,180 | 23.035593 | 112 | c |
DPGSolver | DPGSolver-master/deprecated/src/compute_VOLUME_RLHS_DG.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "compute_VOLUME_RLHS_DG.h"
#include "solver.h"
#include <stdlib.h>
#include <string.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "S_VOLUME.h"
#include "S_FACE.h... | 10,550 | 29.850877 | 116 | c |
DPGSolver | DPGSolver-master/deprecated/src/fluxes_viscous_c.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "fluxes_viscous_c.h"
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <complex.h>
#include "Parameters.h"
#include "Macros.h"
#include "S_DB.h"
#include "fluxes_structs.h"... | 8,216 | 30.848837 | 107 | c |
DPGSolver | DPGSolver-master/deprecated/src/setup_parameters.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "setup_parameters.h"
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include <limits.h>
#include "Parameters.h"
#include "Macros.h"
#include "Test.h"
#include ... | 24,912 | 32.350736 | 118 | c |
DPGSolver | DPGSolver-master/deprecated/src/face.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/** \file
*/
#include "face.h"
#include "intrusive.h"
#include "simulation.h"
#include "mesh.h"
#include <stdlib.h>
#include "Macros.h"
#include "volume.h"
#include "element.h"
#include "const... | 8,792 | 33.892857 | 120 | c |
DPGSolver | DPGSolver-master/deprecated/src/S_VOLUME.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
#include "S_VOLUME.h"
#include "S_ELEMENT.h"
#include <stdlib.h>
#include <string.h>
/*
* Purpose:
* Provide functions related to the S_VOLUME struct.
*/
void set_element (struct S_VOLUME*cons... | 704 | 24.178571 | 111 | c |
DPGSolver | DPGSolver-master/deprecated/src/const_cast.c | // Copyright 2017 Philip Zwanenburg
// MIT License (https://github.com/PhilipZwanenburg/DPGSolver/blob/master/LICENSE)
/// \file
#include "const_cast.h"
// Standard data types ********************************************************************************************** //
void const_cast_i (const int* dest, const i... | 659 | 25.4 | 120 | c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.