(git:374b731)
Loading...
Searching...
No Matches
grid_dgemm_collocation_integration.h File Reference
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "grid_dgemm_private_header.h"
#include "grid_dgemm_tensor_local.h"

Go to the source code of this file.

Data Structures

struct  collocation_integration_
 

Typedefs

typedef struct collocation_integration_ collocation_integration
 

Functions

struct collocation_integration_collocate_create_handle (void)
 
void collocate_synchronize (void *gaussian_handler)
 
void collocate_destroy_handle (void *gaussian_handle)
 
void calculate_collocation (void *const in)
 
void initialize_W_and_T (collocation_integration *const handler, const tensor *cube, const tensor *coef)
 
void initialize_basis_vectors (collocation_integration *const handler, const double dh[3][3], const double dh_inv[3][3])
 

Typedef Documentation

◆ collocation_integration

Function Documentation

◆ collocate_create_handle()

struct collocation_integration_ * collocate_create_handle ( void  )
extern

Definition at line 20 of file grid_dgemm_collocation_integration.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ collocate_synchronize()

void collocate_synchronize ( void *  gaussian_handler)
extern

◆ collocate_destroy_handle()

void collocate_destroy_handle ( void *  gaussian_handle)
extern

Definition at line 60 of file grid_dgemm_collocation_integration.c.

Here is the caller graph for this function:

◆ calculate_collocation()

void calculate_collocation ( void *const  in)
extern

◆ initialize_W_and_T()

void initialize_W_and_T ( collocation_integration *const  handler,
const tensor cube,
const tensor coef 
)
extern

Definition at line 86 of file grid_dgemm_collocation_integration.c.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ initialize_basis_vectors()

void initialize_basis_vectors ( collocation_integration *const  handler,
const double  dh[3][3],
const double  dh_inv[3][3] 
)
extern

Definition at line 143 of file grid_dgemm_collocation_integration.c.

Here is the caller graph for this function: