Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • wslda wslda
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wtools
  • wsldawslda
  • Wiki
  • wderiv library

Last edited by Gabriel Wlazłowski Feb 17, 2021
Page history

wderiv library

UNDER CONSTRUCTION !

Introduction

This library provides a set of functions for computation derivatives using spectral methods. The lib depends on FFTW library. The library is compatible with W-SLDA Toolkit however, it can be used as standalone lib. It is written in C99 standard.

Name convention

Generic name of a function is wderiv_operation_xd_t, where:

  • wderiv: fixed, function belongs to wderiv lib,
  • operation:
    • dfdx
    • dfdy
    • d2fdx2
    • laplace
    • grad
    • ...
  • x:
    • 1 for 1D problems
    • 2 for 2D problems
    • 3 for 3D problems
  • t:
    • r for real problems
    • c for complex problems

Example: wderiv_dfdx_3d_r, wderiv_laplace_2d_c, ...

Clone repository

Content of Documentation
Official webpage
W-BSK Toolkit